Make jnimarshalmethod-gen not depend on creating JVM #714
Labels
callable-wrappers
Issues with Java Callable Wrappers
enhancement
Proposed change to current functionality
We use the
JniEnvironment.Runtime.MarshalMemberBuilder
injnimarshalmethod-gen
and that means we need to create JVM first. That is currently broken on Windows and hopefully not neccessary.It would make the
jnimarshalmethod-gen
initialization faster and simplify things. We could remove the--jvm
option as well.The text was updated successfully, but these errors were encountered: