There are two steps required:
- Download and install a JDK version 7 (Java Development Kit)
- from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
- Run the installer
- Check on the command line: java -version
- If it says "command not found" or similar try this: Add the bin\ directory (e.g. C:\Program Files\Java\jdk1.7.x_xx\bin) of the installed JDK to the PATH environment variable, as described here: http://www.java.com/en/download/help/path.xml
- Download Eclipse IDE (same bit version as for the JRE, i.e. 32 or 64 bit) and unzip
No comments:
Post a Comment