Re: How to use jvm.dll with precompiled jar

Jeroen Frijters <[email protected]> Fri, 11 Dec 2015 15:01:41 +0000
Newsgroups gmane.comp.java.ikvm.devel
Message-ID <[email protected]>
I don't think there's currently a way to do this without modifying either the app or the ikvm runtime.

> -----Original Message-----
> From: Tony Lavinio [mailto:[email protected]]
> Sent: Friday, December 11, 2015 15:28
> To: [email protected]
> Subject: [Ikvm-developers] How to use jvm.dll with precompiled jar
> 
> 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?

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