Hi All,
I have a strange problem. Using jruby 1.6.7.2 I am loading a jar using:
require ‘path/to/jar/my_jar.jar’
then, when I call java_import ‘com.testing.Test’
everything works fine. If I do the same thing using 1.7.0.RC2 I get the
following error:
NameError: missing class or uppercase package name (com.testing.Test') from org/jruby/javasupport/JavaUtilities.java:54:in
get_proxy_or_package_under_package’
Any ideas?
Thanks
Brendan