Java compiler
By Jouhar
@Jouhar (409)
India
3 responses
@mr_mlk (364)
•
25 Oct 08
A course on Java would be the best place to start. Learning Java is not just a case of having the right software installed.
If a course is out of the question, take a look at Greenfoot:
http://www.greenfoot.org/
Finally Java does not use ".exe". This is a Windows thing, but this is not something you need to worry about just yet.
@mr_mlk (364)
•
25 Oct 08
Don't worry about making a EXE. A JAR file (what Java uses) will do just as well almost all the time. You will not be creating a game for some time yet, you need to learn a LOT first.
If that answer is simply not acceptable, I give a list of a few languages here:
http://www.mylot.com/w/discussions/1758952.aspx
@Schnitelli (95)
• United States
27 Oct 08
whoa hold on man, you don't use EXE's in java, sorry. If you're looking for that kind of thing you should look into C++ =o
@badzvenom (102)
• Philippines
26 Oct 08
I believe you are looking for
a development environment (IDE). The
Java compiler could be downloaded from the Sun website.
If you are looking for an IDE, try Sun's Netbeans.