What are the Java software?
1. JDK is the product of Java environment installation. Java programs can be compiled, and Java files written through text editors such as Notepad can be compiled;
2 , Intellij IDEA is an IDE that is very popular among Java developers. It has many features such as beauty and efficiency. The editor still likes it very much, so I have installed this software on my computer in the past;
3. Eclipse is free, which is very important, so most companies still use eclipse as an IDE, and its good performance also accounts for a large proportion of the market;
4. MyEclipse It is from the same company as eclipse, and it has a lot more functions. Compared with eclipse, myeclipse is more like integrating many plug-ins in eclipse. Of course, there are also better considerations in terms of performance, but this IDE is chargeable. ;
5. NetBeans is an IDE produced by Oracle, which also has many built-in functions. Compared with the idea and eclipse market, it is still small;
6. EditPlus is a text Editor, but it also has the ability to write java programs, but this IDE is rarely used when facing huge projects;
Recommended tutorial: "java learning"
The above is the detailed content of What are the Java software. For more information, please follow other related articles on the PHP Chinese website!