[Pydev-users] [pydev - Users] RE: finding a java class using Jython

2009-08-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7581510 By: rbleasdale At the Command Prompt: C:\eclipseWorkspacesPy\TADzJy\src\tools>jython exam2.py C:\eclipseWorkspacesPy\TADzJy\src\tools C:\jython2.5.0\Lib __classpath__ __pyclasspath__/ C:\jython2.5.0\Li

[Pydev-users] [pydev - Users] RE: finding a java class using Jython

2009-08-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7581302 By: fabioz Can you add: import sys for p in sys.path: print p >From both the command prompt and from eclipse and paste the results for each one? Cheers, Fabio __

[Pydev-users] [pydev - Users] RE: finding a java class using Jython

2009-08-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7579408 By: rbleasdale Despite its unusual look COM is correct. If I run jython example.py at the command prompt then the class is found. I have re-added the db2 jars to pythonpath library and when I run

[Pydev-users] [pydev - Users] RE: finding a java class using Jython

2009-08-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7575384 By: fabioz I checked the Class.forName and it works for me when adding a jar to the pythonpath... are you sure the path is correct? Another thing, I find it really strange that the 'COM' is added ther