IKVM.NET: Difference between revisions

Content deleted Content added
Kesla (talk | contribs)
clean, correct Mono link, compu-soft-stub
No edit summary
Line 6:
 
With IKVM you can run compiled Java code ([[bytecode]]) directly on Microsoft .NET or Mono. The bytecode is converted on the fly to [[Common Intermediate Language|CIL]] and executed.
 
This is in contrast to [[J Sharp|J#]] which is one of the four languages that are supported by Microsoft's .NET implementation. J# is a Java syntax on .NET's framework. Whereas IKVM is effectively a Java framework running on top of .NET's framework.
 
== External links ==