Difference between revisions of "JDT"
m |
(Include infobox, http -> https) |
||
(12 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | JDT | + | {{Infobox |
+ | | name = JDT | ||
+ | | download = https://repo1.maven.org/maven2/org/eclipse/jdt/org.eclipse.jdt/ | ||
+ | | website = https://www.eclipse.org/jdt/ | ||
+ | | product = JDT | ||
+ | | source = https://git.eclipse.org/c/jdt/eclipse.jdt | ||
+ | }} | ||
− | + | JDT stands for Java development tools, the sub-project of the [[Eclipse]] project that develops tools for programming in Java. This includes a Java compiler, incremental builder, editors, wizards, content assist, and all the other features of a first class Java IDE. For more information, see the [https://www.eclipse.org/jdt/ JDT web page]. | |
− | + | The JDT subproject is broken down into components. Each component operates like a project unto its own, with its own set of committers, bug categories and mailing lists. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[Category: | + | *[[JDT APT]] Java 5.0 annotation processing infrastructure |
+ | *[[JDT Core]] Java IDE headless infrastructure | ||
+ | *[[Debug|JDT Debug]] Debug support for Java | ||
+ | *[[JDT UI|JDT Text]] Java editing support | ||
+ | *[[JDT UI|JDT UI]] Java IDE User Interface | ||
+ | |||
+ | |||
+ | Further Readings: | ||
+ | * [[JDT/FAQ|Frequently Asked Questions]] | ||
+ | * [[JDT/Charter|The JDT Charter]] Rules for contributors | ||
+ | |||
+ | [[Category:Eclipse_Project]] [[Category:JDT]] |
Latest revision as of 06:19, 9 September 2021
JDT | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source |
JDT stands for Java development tools, the sub-project of the Eclipse project that develops tools for programming in Java. This includes a Java compiler, incremental builder, editors, wizards, content assist, and all the other features of a first class Java IDE. For more information, see the JDT web page.
The JDT subproject is broken down into components. Each component operates like a project unto its own, with its own set of committers, bug categories and mailing lists.
- JDT APT Java 5.0 annotation processing infrastructure
- JDT Core Java IDE headless infrastructure
- JDT Debug Debug support for Java
- JDT Text Java editing support
- JDT UI Java IDE User Interface
Further Readings:
- Frequently Asked Questions
- The JDT Charter Rules for contributors