Message3021
Logged In: YES
user_id=18288
For general help on using jython, please ask on the
jython-users mailing list:
http://lists.sourceforge.net/lists/listinfo/jython-users
For this question, if i understand correctly, you want to
access some classes in a given jar file from within jython.
to do this, you should add the jar file to your CLASSPATH
environment variable before starting the jython interpreter.
If you are doing this from cygwin, you'll also have to be
careful in the way you specify the classpath, ie escaping
backslashes as in 'CLASSPATH=c:\\tar.jar' etc. After that
you can import the class within jython using its fully
qualified name .
- kz |
|
Date |
User |
Action |
Args |
2008-02-20 17:18:59 | admin | link | issue1400245 messages |
2008-02-20 17:18:59 | admin | create | |
|