Re: Help required in converting jar to dll file
Jeroen Frijters <[email protected]> Wed, 20 Jul 2016 15:10:35 +0000
| Newsgroups | gmane.comp.java.ikvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Maria, You need to either add the jar that contains the org.apache.xml.security package (and it's dependencies, recursively) to your ikvmc command, or you need to compile it into a library and add a reference to that library. There's also the possibility that the code that used the org.apache.xml.security code isn't used by your code and in that case you can just ignore the warning. Regards, Jeroen From: [email protected] [mailto:[email protected]] Sent: Wednesday, July 20, 2016 15:27 To: [email protected] Subject: [Ikvm-developers] Help required in converting jar to dll file Hello, I am trying to convert a jar file to a dll file and I am getting the following error: [cid:[email protected]] The command I used is Ikvmc -target:library MIWSClient.jar I believe MIWSClient.jar has some dependency on org.apache.xml.security. How do I compile this without any errors during conversion and runtime. Your help is much appreciated. Thank you Maria ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Ikvm-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ikvm-developers
image001.png
(image/png, 8.6 KB) - not displayed