Forums | Admin

Discussion Forums: help

Start New Thread 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

Thread Author Date
RJB loadAlexandre FABRY2011-07-15 14:06
      RE: RJB loadarton Tajima2011-07-15 15:12
            RE: RJB loadAlexandre FABRY2011-07-18 08:21
      RE: RJB loadarton Tajima2011-07-18 14:22
      RE: RJB loadarton Tajima2011-07-28 16:31

Post a followup to this message