Problem in using a java class in jython

Posted by Nitin Garg on Stack Overflow See other posts from Stack Overflow or by Nitin Garg
Published on 2010-04-22T11:51:38Z Indexed on 2010/04/22 11:53 UTC
Read the original article Hit count: 171

Filed under:
|
|
|

I have written some classes in a java project and need to use them in jython code. how to go about it? I tried creating a jar of the java project and adding it to java classpath, even then import class_name doesnt work in jython code.

© Stack Overflow or respective owner

Related posts about java

Related posts about jython