I\'m trying to use a compiled .jar Java library in my PyDev Jython project.
I successfully added the .jar to the PYTHONPATH and was able to begin coding with auto co
I think the better way is:
That's it. You do not need to manually change anything in configuration.