# # #安装使用eclipse # #
Download install Eclipse and then double-click Eclipse--Set up auto-save workspace
When we're done, we'll go into eclipse.
Click File----new---others Java Projeck
Next after setting the project name
(because I've built it before so this hint already exists)
Let's go through eclipse again to finish the programming of Hello world.
In SRC right------others---Create a package setting name (in general, anti-write for the company domain name)
Create a class under this package when you are done
Right-click and new-------others
( single word capitalized, multiple words capitalized with each word and cannot have spaces or symbols )
When we get in, we can start writing our HelloWorld.
No error and no warning ~ next time to witness a miracle ~
We can run the program through F11 or the menu bar and right-----run as--and Java application
Run successfully, then congratulate you, has entered the Java Development Gate!
High-energy warning: a lot of important and boring grammar is about to hit
# # # #END # #
Related articles:
Java Starter System Tutorial (i) Configuring the Java Development environment
Introduction to Java Tutorial (iii) Basic syntax (1)