Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JDT"

(Include infobox, http -> https)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
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 [http://www.eclipse.org/jdt/ JDT web page].
+
{{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
 +
}}
  
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 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].  
  
* [[JDT APT]] Java 5.0 annotation processing infrastructure
+
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 Core]] Java IDE headless infrastructure
+
 
* [[Debug| JDT Debug]] Debug support for Java
+
*[[JDT APT]] Java 5.0 annotation processing infrastructure  
* [[JDT_UI | JDT Text]] Java editing support
+
*[[JDT Core]] Java IDE headless infrastructure  
* [[JDT_UI | JDT UI]] Java IDE User Interface
+
*[[Debug|JDT Debug]] Debug support for Java  
* [[JDT/Eclipse_Java_7_Support_%28BETA%29 | Eclipse Java 7 Beta Support]]
+
*[[JDT UI|JDT Text]] Java editing support  
[[Category:Eclipse Project]]
+
*[[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 ListForumsIRCmattermost
Issues
OpenHelp WantedBug 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.


Further Readings:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.