[jruby-user] Re: NameError: class not found in packages
Arthur Khachatryan <[email protected]> Wed, 01 Apr 2015 09:15:46 +0200
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <[email protected]> |
Yes, I have added selenium jar file as a 'javac' command argument (javac
-cp "G:\selenium_web_driver\*; ... ).
And here is what I have for setting the class path in a Ruby code ( this
is on top of the Ruby script, right after 'require' )
$CLASSPATH << 'G:/thePaths/myclasses.jar'
This is a linking issue in Jruby ( probably a bug in Jruby ), cause the
same code works while I build and run from Eclipse.
--
Posted via http://www.ruby-forum.com/.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email