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
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
__
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
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