Skip to content

Remove CWD from the JAR path

Adding the CWD to the JAR search path breaks environment isolation, and is no longer supported. To restore this functionality add extra_jars=(os.getcwd(),) to the Manager.start_jpype_jvm() or Manager.class_path() method calls.

Merge request reports