Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Nov 28, 2024
1 parent 6950c29 commit cc63e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jpype/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ def startJVM(
# this guarentees all classes have the same permissions as they did in the past
extra_jvm_args += [
'-Djava.system.class.loader=org.jpype.classloader.DynamicClassLoader',
'-Djava.class.path=%s'%support_lib
'-Djava.class.path=%s'%support_lib,
'-Xshare:off'
]

if agent:
Expand Down

0 comments on commit cc63e92

Please sign in to comment.