using require to include java classes
-------------------------------------
Key: JRUBY-3623
URL: http://jira.codehaus.org/browse/JRUBY-3623
Project: JRuby
Issue Type: Bug
Components: Java Integration
Affects Versions: JRuby 1.2
Reporter: Robert Brown
JRuby seems to have a problem when using require to require a zip file.
Unfortunately I'm working with a vendor app where they sometimes deliver java
code with a zip suffix instead of jar.
{noformat}
irb(main):003:0> require 'java'
=> false
irb(main):004:0> require '/path/to/my.zip'
LoadError: no such file to load -- /path/to/my.zip
from (irb):5:in `require'
from (irb):5
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email