I saw a list of languages it can run but there was a more.... part. Just wondering if java fit in there somewhere.
Printable View
I saw a list of languages it can run but there was a more.... part. Just wondering if java fit in there somewhere.
It can make J# application but they are not the same as java application as the syntax differs and it requires the j# framework and the .net framework. Unlike java which only requires a VJM.
Saying this there might be a plugin for VS that allows you to write normal java applications using VS, but i am yet to find one yet.
THanks for the information.
Try looking at NetBeans, or BlueJ if you are just starting out. There are load of good ones just search this forum and will find the pro's and con's of each one.
BlueJ is AWESOME for beginners, but you shouldn't use it after that as it doesn't really have any real practical aspects to it, you can't really run your java code you create in BlueJ outside of BlueJ.Quote:
Originally Posted by john tindell