IKVM.NET: Difference between revisions

Content deleted Content added
No edit summary
Kesla (talk | contribs)
clean, correct Mono link, compu-soft-stub
Line 1:
'''IKVM.NET''' is an implementation of [[Java programming language|Java]] for [[Mono (Ximian)development platform|Mono]] and the [[Microsoft .NET]] Framework. It includes the following components:
 
* A Java Virtual Machine implemented in .NET
Line 5:
* Tools that enable Java and .NET interoperability
 
With IKVM you can run compiled Java code ([[bytecode]]) directly on [[Microsoft .NET]] or [[Mono (Ximian)|Mono]]. The [[bytecode]] is converted on the fly to [[Common Intermediate Language|CIL]] and executed.
 
== External links ==
*[http://www.ikvm.net/ IKVM Home page]
 
{{compu-soft-stub}}