Changes between Version 1 and Version 2 of IKVM

Show
Ignore:
Author:
edrishn (IP: 207.7.108.244)
Timestamp:
01/11/07 17:40:47 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IKVM

    v1 v2  
    1 !IKVM is a virtual machine implementation that can run java bytecode on .Net/Mono runtime. 
     1!IKVM is a virtual machine implementation which can run Java bytecode on .Net/Mono runtime. 
     2!IKVM tool-set is very mature and it has been in development for years.  
    23 
    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. 
     4ikvm.exe can run Java byte-code directly. It's just-in time compiler.[[BR]] 
     5ikvmc.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. 
    146 
    157