Just thought I'd post to let interested people know the above has been working well for me for a year now, using ikvm.
Up until very recently, I used ikvm 0.36; now we're using 0.4, which uses modularised openjdk.
To create diffx.dll:
First, download ikvm from sourceforge [1]
Next,
"c:\Program Files\kvm-0.40.0.1"\bin\ikvmc -target:library diffx.jar
That's all there is to it.
To use it In your project .NET project, add references to:
- diffx.dll - IKVM.OpenJDK.Core - IKVM.OpenJDK.Text - IKVM.OpenJDK.Util - IKVM.OpenJDK.XML - IKVM.Runtime
(maybe .Text and/or .Util are not required, but I haven't tested that)
[1] http://sourceforge.net/project/downloading.php?group_id=69637&filename=ikvmbin-0.40.0.1.zip&a=14329029
Log in to post a comment.
Just thought I'd post to let interested people know the above has been working well for me for a year now, using ikvm.
Up until very recently, I used ikvm 0.36; now we're using 0.4, which uses modularised openjdk.
To create diffx.dll:
First, download ikvm from sourceforge [1]
Next,
"c:\Program Files\kvm-0.40.0.1"\bin\ikvmc -target:library diffx.jar
That's all there is to it.
To use it In your project .NET project, add references to:
- diffx.dll
- IKVM.OpenJDK.Core
- IKVM.OpenJDK.Text
- IKVM.OpenJDK.Util
- IKVM.OpenJDK.XML
- IKVM.Runtime
(maybe .Text and/or .Util are not required, but I haven't tested that)
[1] http://sourceforge.net/project/downloading.php?group_id=69637&filename=ikvmbin-0.40.0.1.zip&a=14329029