Relative Content

Tag Archive for pythonjavaclasspath

How can I use arguments containing “;” to subprocess.run?

I need to launch a jvm from a python script. For this I’m trying to use subprocess.run. One of the arguments to the jvm is the classpath. In windows the separator in a java classpath is semi, “;”. I need to add several jars to the classpath.