Do the Java Runtimes from www.java.com cause any conflicts with J#?

Signature
http://www.standards.com/; See Howard Kaikow's web site.
Sushovan - 16 Aug 2005 05:07 GMT
Dear Howard,
> Do the Java Runtimes from www.java.com cause any conflicts with J#?
No, they don't. The java runtime handles only .class files, whereas J#
programs are compiled into .exe files, so no conflict occurs.

Signature
Sushovan, a crazy junior
Howard Kaikow - 16 Aug 2005 14:15 GMT
thanx.

Signature
http://www.standards.com/; See Howard Kaikow's web site.
> Dear Howard,
>
> > Do the Java Runtimes from www.java.com cause any conflicts with J#?
>
> No, they don't. The java runtime handles only .class files, whereas J#
> programs are compiled into .exe files, so no conflict occurs.
Lars-Inge Tønnessen [VJ# MVP] - 17 Aug 2005 20:04 GMT
> Do the Java Runtimes from www.java.com cause any conflicts with J#?
No, it will not conflict. Sun Java is Java Byte code and runs on Java
Virtual Machines (JVM), J# is .NET Microsoft Intermediate
Language code and runs on a .NET Common Language Runtime (CLR).
I have 3 Sun Java Runtime versions, and 3 .NET versions installed on the
same computer with no problem at all.
Regards,
Lars-Inge Tønnessen