Re: How to use jvm.dll with precompiled jar
Tony Lavinio <[email protected]> Fri, 11 Dec 2015 15:08:25 +0000
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Would recompiling jvm.dll to add my xyz.jar as one of the dependencies solve the problem, or is it more fundamental? -----Original Message----- From: Jeroen Frijters [mailto:[email protected]] Sent: Friday, December 11, 2015 10:02 AM To: Tony Lavinio <[email protected]>; [email protected] Subject: RE: How to use jvm.dll with precompiled jar 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? ------------------------------------------------------------------------------