-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Labels
Milestone
Description
$ jruby --version
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) 64-Bit Server VM 1.7.0_12-ea-b08 +indy [darwin-x86_64]
$ cat my_impl.rb
require 'java'
java_require 'my_impl'
class MyImpl
end$ jrubyc --java --javac my_impl.rb
/Users/phil/code/mozweb/MyImpl.java:16: error: cannot find symbol
__ruby__.getLoadService().lockAndRequire("my_impl");
^
symbol: method lockAndRequire(String)
location: class LoadService
1 error
Reactions are currently unavailable