Eclipse is an integrated development environment (IDE), which is an auxiliary development software, itself open source, can be directly to the official website to download, note the version
:http://www.eclipse.org/downloads/
Download unzip to use without installation
Basic development process (followed by project record specific usage method):
First step: Create a Java project
Step Two: Create a package
Step three: Write Java source program
Fourth step: Running Java programs
Using Eclipse to write Java programs has a lot of shortcut keys and error recognition function, can effectively improve the development efficiency.
MyEclipse is also a development software that offers more tools than Eclipse:http://www.my-eclipse.cn/
After downloading the corresponding computer version installation can be used in the same way as Eclipse.
4. Developing Java programs with eclipse