How to use jvm.dll with precompiled jar

Tony Lavinio <[email protected]> Fri, 11 Dec 2015 14:27:43 +0000
Newsgroups gmane.comp.java.ikvm.devel
Message-ID <[email protected]>
I have an application which uses JNI, and I have been able successfully to have it use jvm.dll to reach and execute code in a jar in the classpath.

So, for example, if the jar is xyz.jar, I can put xyz.jar in the classpath and all is well.

But is there a way to use ikvmc to convert the jar to a dll, and have jvm.dll use that instead, so there is no run-time compilation of byte code to IL? How do I add the dll to my path?

------------------------------------------------------------------------------

_______________________________________________
Ikvm-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ikvm-developers