Quote:
Originally posted by CornedBee
J# is NOT Java. It is a language that emulates Java. J# is integrated into the .Net framework and uses the classes from there. It has exactly the same syntax as Java. It provides compatibility classes for many classes from the Java SDK.
But you cannot, for example, use Java classes you downloaded with J#. The J# Java tree is considerably smaller than even the default Java tree that comes with J2SE.
J# was created solely to lure Java programmers to .Net (or, as MS puts it, to ease the transition). I highly recommend not using it.
aha ok, I agree :)