Closed Thrameos closed 6 years ago
To reproduce call
import jpype jpype.startJVM(jpype.getDefaultJVMPath()) try: jpype.startJVM(jpype.getDefaultJVMPath()) except RuntimeError: pass a=jpype.JArray(jpype.JInt, 1)(10)
As this is similar to other corrections in bulletproof I have moved it to there.
try: jpype.startJVM(jpype.getDefaultJVMPath()) except OSError: pass
To reproduce call