Upgraded jar2ikvmc to ikvm 0.38.0.2
Just upgraded jar2ikvmc to the last version of ikvm. The most annoying problem was with conversion of JarAnalyzer to .NET, a resource file called Filter.properties was missing. The problem was solved after I embedded it by hand into JarAnalyzer.jar and then converted using ikvmc.exe.
The new version is uploaded to jar2ikvmc on Google code page.
Minor release. Moved to Google Code.
Today I moved all sources and binaries to Google Code. It seems to work fine for such a small tool
.
Please use Issues section there to submit bug fixes or suggestions.
Also a new release was created combined with latest version of ikvm: ikvmbin-0.37.2855.zip.
From now tool will be distributed using the following naming convention:
jar2ikvmc-<major>.<minor>.<build>.zip
Build number is actually equal to tagged revision number in subversion.
Binary: jar2ikvmc-0.1.7.zip
Source: jar2ikvmc-0.1.7-src.zip
Jar2ikvmc
A small tool helping to generate ikvmc command-line script was created. The program is called jar2ikvmc.
It can be usefull when number of original jar files to be converted to .NET is substantial.
See more details on project page: jar2ikvmc Google Code project