Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5073285
By: angel-o-sphere

Hello everyone,

I'm working on the integration of a huge set of Jython code used for testing
into an Eclipse project. While the Jython integration itself is working, all
the jython source files seem to ignore the Java CLASSPATH, or more specific
the *.jar files  on the classpath.

I'm running Eclipse 3.3.2 with Jython 2.2.1 and lates PyDev Plugin. 

Well, if I start a Java Class with "run As -> Java Application" all is fine,
e.g. ojdbc14.jar is resolved and the IDE gives no errors on the Java Files"
(I have it in the project in a "lib" sub folder and added as usually to the
classpath/buildpath and all *.jar files are mentioned in the .classpath file
in my project) but when I run a similar Jython script with "Run As -> Jython
Run" I get errors that imports can not be resolved.

Any idea what I am doing wrong?

Best Regards,
   Angelo




______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to