Message3021

Author kzuberi
Recipients
Date 2006-01-11.23:07:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2008-02-20 17:18:59adminlinkissue1400245 messages
2008-02-20 17:18:59admincreate