-
Notifications
You must be signed in to change notification settings - Fork 0
tc/call-jruby-from-java-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Calling JRuby From Java Here's a toy example of how to implement a Java interface method in JRuby and then call it from Java. Compile it: javac JavaInterfaceExample.java jrubyc --javac -cp . JrubyAdderImpl.rb javac -cp /usr/local/jruby/lib/jruby.jar:. JavaCallerApp.java Run the Java caller app: java -cp /usr/local/jruby/lib/jruby.jar:. JavaCallerApp -- @tommychheng http://tommy.chheng.com Interested in computer science grad school? Find top computer science grad schools based on their research using http://gradschoolnow.com
About
Call JRuby from Java Example
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published