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
I found myself in a scenario where I'd like to use scyjava.start_jvm(), but need the ability to use some of the keyword-only arguments to jpype.startJVM, like convertStrings
Jpype will be adding many more keyword args in the future. If the users can't directly call jpype start function themselves you will need to improve the wrapper.
I found myself in a scenario where I'd like to use
scyjava.start_jvm()
, but need the ability to use some of the keyword-only arguments tojpype.startJVM
, likeconvertStrings
internally, scyjava starts it like this:
which (i think?) only lets you set
jvmargs
, but leaves no way to set keyword arguments for jpype.startJVM:The text was updated successfully, but these errors were encountered: