ashraf Posted March 3, 2004 Posted March 3, 2004 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 can't find some java classes...am i doing something wrong??? can someone help with this??? Quote
AlexCode Posted March 3, 2004 Posted March 3, 2004 I've never code a line in J# but in the few literature I've read I believe the Java & J# compatibility isn't just Copy/Past. J# doesn't run on the JVM... it uses the .net framework so, just because of this I tend to believe you'll have more work to do than just Copy/Past... Just to add something, I believe that J# isn't 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 you're betting on .net and you're a JAVA developer stick to C# or VB.net, I believe J# will have a short life and the support you'll find all over the internet its really poor... Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
*Experts* mutant Posted March 3, 2004 *Experts* Posted March 3, 2004 It can't find some classes because the Java specification used in J# is old so it doesn't contain all the newer things. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.