##Eclipse is an open source, Java-based extensible development platform. By itself, it is just a framework and a set of services.
Used to build development environments through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including Java Development Tools (JDT).Although large Most users are happy to use Eclipse as a Java IDE, but Eclipse's goals are not limited to this.
Eclipse also includesPlug-in Development Environment(Plug-in Development Environment, PDE ), this component is primarily aimed at software developers who want to extend Eclipse, as it allows them to build tools that integrate seamlessly with the Eclipse environment.
Since everything in Eclipse They are all plug-ins. In terms of providing plug-ins for Eclipse and providing users with a consistent and unified integrated development environment, all tool developers have the same place to play. This equality and consistency is not limited to Java development tools.Although Eclipse is developed using the Java language, its use is not limited to the Java language;
For example, it supports programs such as C/C, COBOL and Eiffel, etc. Plug-ins for the programming language are already available, or are expected to be released.
The Eclipse framework can also be used as the basis for other application types not related to software development, such as content management systems. But the JAVA SDK must be installed first!
The above is the detailed content of What is eclipse sdk?. For more information, please follow other related articles on the PHP Chinese website!