Set & import CLASSPATH for e.g. jdbc.jar in Jython project ?
Answered
Hi,
I am working with Jython 2.7.2 on Windows 10 very well.
Now I can build and run a default Jython project in PyCharm,
but I don't know how I can set the CLASSPATH e.g. for a jdbs.jar or others and
import it into the Jython project for successful running..
Regards,
Friedhold
Please sign in to leave a comment.
Hi Friedhold, I am not very familiar with Jython, but if you need CLASSPATH to be defined while running the code in PyCharm you can add it to environment variables of a run configuration used to start the code in the IDE. See Run -> Edit Configurations ... menu.