lindan113’s Blog My First Blog (2016.7.18)

Prepare for Java

1. Install Java Development Kit

To download the JDK, visit the web site at www.oracle.com/technetwork/java/javase/downloads

2. Install IDE Eclipse. Choose the version that suit you.

3. Start Eclipse and open a new java program.



4. Create a new Class in the src package.



5. Name the class as you like, e.g.“HelloWorld”.



6. Type your first Java code.



7. Press the Run button, and find the result in the console.



Our first Java program is done!