Java compiler

@Jouhar (409)
India
October 25, 2008 3:49am CST
Hai friends which is the best java compiler and where i can download it. please help me.
1 person likes this
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
@Jouhar (409)
• India
25 Oct 08
Dear,can i make exe with any other softwares
@mr_mlk (364)
25 Oct 08
Compiler or IDE? Compiler - Sun. IDE - If you are a newbie - none, just a decent text editor (Notepad++) and the command line.
@Jouhar (409)
• India
25 Oct 08
I want to make my own games with java and save as exe which software will help me
• 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.