Saturday, October 27, 2012

How to setup Eclipse Juno with Gradle and Spring Tool Suite (STS)


Download & install Java JDK 1.7 64bit
http://www.oracle.com/technetwork/java/javase/downloads/index.html

On Windows, setup your SYSTEM environment variables
CLASSPATH=.;C:\Program Files\Java\jdk1.7.0_05\bin
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_05
Path=C:\Program Files\Java\jdk1.7.0_05\bin;

Download Eclipse Juno
http://www.eclipse.org/downloads/

Unzip eclipse-jee-juno-SR1-win32-x86_64.zip

Run C:\\eclipse-jee-juno-SR1-win32-x86_64\eclipse\eclipse.exe

From the Eclipse menu select Eclipse Marketplace


Search for Gradle and click on Install


Search for STS and click on Install


Your Eclipse Juno is now setup to work with Gradle and STS

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Is there any link so we can download the plugin and install it later http://goo.gl/JTa2Mk

    ReplyDelete
  3. there is no option called "market place" in help tab in my eclipse juno.. "install new software" is there. can I install from there?

    ReplyDelete