How much does J# support pure java
I just installed J# express and am wondering can i just copy my java codes into J# editor and execute it
or i need to do some "import" things first Besides, if i want to to use Java2D or Java3D API, how can i make it
Cheers

How much does J# support pure java?
Victor Ramiro
Hi,
Any code written in/upto java language version 1.1.4 should compile in J# wothout requiring any changes.
If code uses features available in later versions of Java then compilation may succeed provided that the same feature is supported in J# also.
For details please refer http://msdn.microsoft.com/vjsharp/. You can find a lots of useful information here.
Please post back if it doesn't answer you query or you need more details on some specific area/feature.
Thanks.
Big Bill
Thanks.