[ 原始碼: eclipse-jdt-core ]
套件:ecj(3.35.0+eclipse4.29-2)
ecj 的相關連結
Debian 的資源:
下載原始碼套件 eclipse-jdt-core:
- [eclipse-jdt-core_4.29-2.dsc]
- [eclipse-jdt-core_4.29.orig.tar.xz]
- [eclipse-jdt-core_4.29-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.eclipse.org]
相似套件:
- libcommons-jci-eclipse-java
- libeclipse-jdt-annotation-java
- libeclipse-jdt-compiler-apt-java
- libeclipse-jdt-compiler-tool-java
- libeclipse-jdt-core-compiler-batch-java
- libeclipse-jdt-apt-pluggable-core-java
- libeclipse-jdt-core-java
- libeclipse-jdt-apt-core-java
- libeclipse-jdt-launching-java
- libeclipse-jdt-debug-java
- libeclipse-jdt-debug-ui-java
Eclipse Compiler for Java (command line tool)
Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes:
* An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter
This package contains the standalone ecj command line tool usable as an alternative to javac.
其他與 ecj 有關的套件
|
|
|
|
-
- dep: default-jre-headless (>= 2:1.11)
- Standard Java or Java compatible Runtime (headless)
- 或者 java11-runtime-headless
- 本虛擬套件由這些套件填實: default-jre-headless, openjdk-11-jre-headless, openjdk-17-jre-headless, openjdk-19-jre-headless, openjdk-20-jre-headless, openjdk-21-jre-headless, openjdk-22-jre-headless, openjdk-23-jre-headless
-
- dep: java-wrappers
- wrappers for java executables
-
- dep: libeclipse-jdt-core-java
- Eclipse Java Development Tools Core
-
- sug: ant
- Java based build tool like make