 |
Forums |
Admin Discussion Forums: help Start New Thread
| Message: 96804 |
 |
BY: Alexandre FABRY (alexandrefabry) DATE: 2011-07-18 08:21 SUBJECT: RE: RJB load Hi Arton,
Yes I'm sure but I don't undesrtand why.
My environment is Linux Ubuntu.
When I import a Java default class like Java.String, there is no error but when I test with a jar that i have created it doesn't function.
Thanks you for your help.
Example which doesn't function :
>> require 'rjb'
=> ["RjbConf"]
>> Rjb::load("Test.jar")
=> nil
>> Rjb::import("Test.Personne")
NoClassDefFoundError: Test/Personne
from (irb):3:in `import'
from (irb):3
>>
| |
Thread View
Post a followup to this message
|
 |