| 3 | | |
|---|
| 4 | | |
|---|
| 5 | | !IKVM tool-set is very mature and it's in development for years. |
|---|
| 6 | | |
|---|
| 7 | | |
|---|
| 8 | | |
|---|
| 9 | | ikvm.exe can run Java byte-code directly. It's just-in compiler. |
|---|
| 10 | | |
|---|
| 11 | | |
|---|
| 12 | | |
|---|
| 13 | | ikvmc.exe can translate Java byte-code to .Net !IL. It accepts .jar files and produce .Net assemblies (.dll). These assemblies use !IKVM.!GNU.Classpath.dll as implementation of Java libraries itself translated with ikvmc.exe. |
|---|
| | 4 | ikvm.exe can run Java byte-code directly. It's just-in time compiler.[[BR]] |
|---|
| | 5 | ikvmc.exe can translate Java byte-code to .Net !IL. It accepts .jar files and produces .Net assemblies. These assemblies use !IKVM.!GNU.Classpath.dll as implementation of Java libraries, which itself translated with ikvmc.exe. |
|---|