Home  >  Article  >  Java  >  What software is needed to develop Java?

What software is needed to develop Java?

Guanhui
GuanhuiOriginal
2020-06-09 10:40:323707browse

What software is needed to develop Java?

What software is needed to develop Java?

First of all, you must have JDK, which is the environment and toolkit for Java running;

What software is needed to develop Java?

Then there is the tool IDE for writing Java code. It is recommended to use IntelliJ IDEA, MyEclipse and NetBeans;

IntelliJ IDEA

IntelliJ IDEA is an integrated environment for java programming language development. IntelliJ is recognized as the best Java development tool in the industry, especially in intelligent code assistants, automatic code prompts, refactoring, JavaEE support, various version tools (git, svn, etc.), JUnit, CVS integration, code analysis, innovative The functions in GUI design and other aspects can be said to be extraordinary. IDEA is a product of JetBrains, a company headquartered in Prague, the capital of the Czech Republic. Its developers are mainly Eastern European programmers who are known for their rigor. Its flagship version also supports HTML, CSS, PHP, MySQL, Python, etc. The free version only supports a few languages ​​such as Java.

MyEclipse

MyEclipse is a powerful enterprise-level integrated development environment developed on the basis of eclipse with its own plug-ins. It is mainly used for the development of Java, Java EE and mobile applications. . MyEclipse's functions are very powerful and its support is very extensive, especially its support for various open source products is quite good.

NetBeans

NetBeans is an open source developer and customer community founded in 2000 by Sun Microsystems (acquired by Oracle in 2009), with the goal of building a world-class Java IDE. NetBeans can currently be developed on Solaris, Windows, Linux and Macintosh OS X platforms and is used under the SPL (Sun Public License).

NetBeans includes an open source development environment and application platform. NetBeans IDE allows developers to use the Java platform to quickly create Web, enterprise, desktop and mobile applications. NetBeans IDE already supports PHP, Ruby, JavaScript, Groovy , Grails and C/C and other development languages.

The last is the MySQL database tool and Tomcat test server.

MySQL Database Tool Navicat

This software is very similar to the Microsoft SQLServer manager. It is not only simple, but also practical. Its user interface is graphical, making it easier for users to use and manage. This software not only supports Chinese, but also provides a free version.

Recommended tutorial: "Java Tutorial"

The above is the detailed content of What software is needed to develop Java?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn