java.interop icon indicating copy to clipboard operation
java.interop copied to clipboard

Make jnimarshalmethod-gen not depend on creating JVM

Open radekdoulik opened this issue 5 years ago • 0 comments

We use the JniEnvironment.Runtime.MarshalMemberBuilder in jnimarshalmethod-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.

radekdoulik avatar Sep 11 '20 08:09 radekdoulik