java in vj#

ashraf

Member
Joined
Feb 24, 2004
Messages
7
I want to run a Java program in Visual J#...

Here is what I am trying to do..I have opened a console vj# project and imported my java files to jsl files...then I am trying to build..

but the files cant find some java classes...am i doing something wrong???

can someone help with this???
 
Ive never code a line in J# but in the few literature Ive read I believe the Java & J# compatibility isnt just Copy/Past.

J# doesnt run on the JVM... it uses the .net framework so, just because of this I tend to believe youll have more work to do than just Copy/Past...

Just to add something, I believe that J# isnt a language for anyone to bet on. It derives from a fight between Microsoft and Sun when back then Sun won agains J++.
Now MS came with this J# I believe in "revenge".

If youre betting on .net and youre a JAVA developer stick to C# or VB.net, I believe J# will have a short life and the support youll find all over the internet its really poor...

Alex :p
 
It cant find some classes because the Java specification used in J# is old so it doesnt contain all the newer things.
 
Back
Top