user981923
user981923

Reputation: 1

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 plugin installed on my system (i.e. Win 7 ultimate, x64)?

Upvotes: 0

Views: 267

Answers (3)

aledeniz
aledeniz

Reputation: 473

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

Upvotes: 1

Lobo
Lobo

Reputation: 4157

In this web http://www.eclipse.org/downloads/, choose "Eclipse IDE for Java Developers" or "Eclipse IDE for Java EE Developers".

Regards!.

Upvotes: 0

Related Questions