Paid Help - Looking for help in compiling a .jar into a .NET Core DLL #293
-
I've done this before with the old IKVM but I can't get the new version to compile the .jar file I need. Is there anyone out there that has one of the latest versions of IKVM that can use the IKVMReference process (or just IKVMC directly) to convert a .jar file into a .NET dll for me? Needs to be .Net Core 3.1 or higher in compatibility (.NET 6.0 preferably). Happy to compensate you for your time. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks to wasabii I was able to use the IKVM.Maven.Sdk to load an Apache.Fop artifact into my .Net Core 6 project. We can close this thread if you want. It took a while to build, but all my fop references started working! Artifact Repo Link: Code added to my project definition file (.csproj):
|
Beta Was this translation helpful? Give feedback.
Thanks to wasabii I was able to use the IKVM.Maven.Sdk to load an Apache.Fop artifact into my .Net Core 6 project. We can close this thread if you want. It took a while to build, but all my fop references started working!
Artifact Repo Link:
https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop
Code added to my project definition file (.csproj):