Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/no_agent' into no_a…
Browse files Browse the repository at this point in the history
…gent
  • Loading branch information
Thrameos committed Nov 28, 2024
2 parents f828f80 + cc63e92 commit 1265979
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 @@ -302,7 +302,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'
]
late_load = True
else:
Expand Down

0 comments on commit 1265979

Please sign in to comment.