1. environment settingx

Download Report

Transcript 1. environment settingx

1. Environment Setting
Minhaeng Lee
Contents
•
•
•
•
•
Download Eclipse
Installing JVM
JDK Installation
Run Eclipse
References
Download Eclipse
• Visit Eclipse website
• http://www.eclipse.org/downloads/
• Download following IDE
• Eclipse IDE for Java EE Developers
• Depends on your computer bit.
• No serious differences between different versions
• Just use latest one
• Extract
JVM Installation
• Eclipse was also built by Java, we need Java
virtual machine (JVM) to run it
• There are two ways of installing JVM.
– Installing JDK (java development kit)
• If you want to develop something
– Installing JRE (Java runtime environment)
• If you just want to use java for running
• We are going to install JDK!
JDK download
• Visit site
– http://www.oracle.com/technetwork/java/javase/
downloads/jdk8-downloads-2133151.html
• Download
– Java SE Development Kit 8u45 (latest one)
– Depends on your system
• Run JDK to install it.
Run Eclipse!
• Execute eclipse application file
Run Eclipse!
• You can see it if your installation is correct.
• Done!
References
• Eclipse
– http://www.eclipse.org/downloads/
– https://wiki.eclipse.org/Eclipse/Installation
• JDK (JVM)
– http://www.oracle.com/technetwork/java/javase/
downloads/jdk8-downloads-2133151.html