views:

109

answers:

3

Last time I came into wampserver for PHP/MySQL/Apache ,which saved me a lot of time.

Now I need to install java,

is there any software to recommend?

+3  A: 

Just get hold of the JDK or JRE (depending on what you need) from Sun's Java download page. You can download a Windows offline installer - it's very easy.

If you want an IDE, you can download a JDK + Netbeans bundle, or download Eclipse separately.

Jon Skeet
Some eclipse packages also include a jdk I think.
whatnick
Or from http://java.com which may be even simpler (the website has a little less cruft)
iammichael
A: 

You will need to install the Java JDK which can be downloaded at Sun's website (http://java.sun.com) in the downloads section.

If you wish to develop in Java, you will also want to install a Java IDE. Some popular ones are Eclipse (Download here) or Netbeans (Download here)

Stephen Mesa
+1  A: 
OscarRyz
I have a user guide I need you to write for me. ;)
Robert Harvey