I have the need to convert a jar to a dll which I achieved with ikvm. However anytime i add the dll to a c# project in visual studio it complains that i need to add a reference to ikvm.openjdk.core.dll.
The type 'java.lang.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'IKVM.OpenJDK.Core, Version=7.0.4335.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58'.
Is there a way i can convert the jar to a dll without this dependency? maybe some command that would "build" everything together into one dll? Thanks