Which java development tool to download for windows7 x64?
I want to use eclipse for a java coding and compiling for my home use. So, which version should i download as i don't have any of the previous versions or plu开发者_如何学JAVAgin installed on my system (i.e. Win 7 ultimate, x64)?
The short answer
Get Eclipse IDE for Java EE Developers for Windows x64.
The long answer
You may download Eclipse from the http://eclipse.org website. The last stable version of Eclipse is 3.7.1, codename Indigo. The next should be relased in June 2012.
You may compare what is inside the various offered package in the following page: http://www.eclipse.org/downloads/compare.php
There are two main packages for Java, if you need it just to learn the language (or if you know you don't need Java EE), the smaller could do, but if you wish to do Java EE development, you need to larger.
Eclipse IDE for Java Developers for Windows x64
Eclipse IDE for Java EE Developers for Windows x64
I use Eclipse 64x and Java 64x.
-> http://www.oracle.com/technetwork/java/javase/downloads/index.html
-> http://www.eclipse.org/downloads/
In this web http://www.eclipse.org/downloads/, choose "Eclipse IDE for Java Developers" or "Eclipse IDE for Java EE Developers".
Regards!.
精彩评论