On tor, 2004-06-17 at 14:01, KiOrKY wrote: > hi, > its little hard difficult questions to anyone who want to answer me. > my questions re simple. but i also want a further and clar explication about java in > mono (ikvm as i know)! > > - how mono , .Net and Java work together ?
http://www.osnews.com/story.php?news_id=3170 <snip> IKVM.NET support: IKVM is a Java Virtual Machine that runs on top of .NET. It essentially translates java classes into Common Intermediate Language (CIL) code at runtime, and uses the .NET/Mono JIT compiler to execute the code. </snip> > - is it possible to put java code in mono code (c#) ? > - how to do it ? > - is there possible to have 2 programs (in java and c# respectivly) cohabiting ? > questions and url are both welcome !!! Read here: http://weblog.ikvm.net/ > best regards -- �yvind Hvamstad <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
