You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of our usage of jpype is interactive with spyder. As used the jvm is started by startup.py. However, sometimes the script must also be used independently. Having a simple safe call to the start the jvm with default settings which cannot fail would help support both.
The text was updated successfully, but these errors were encountered:
Existing behavior is for a second call to startJVM is "RuntimeError: Unable to start JVM at native/common/jp_env.cpp:78". This is likely not a specific enough exception for a try block work around as there are many reasons for RuntimeException and the error message is not specific enough. Need to propose issuing an alternative exception to be issued.
Most of our usage of jpype is interactive with spyder. As used the jvm is started by startup.py. However, sometimes the script must also be used independently. Having a simple safe call to the start the jvm with default settings which cannot fail would help support both.
The text was updated successfully, but these errors were encountered: