Problem in using a java class in jython
- by Nitin Garg
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.