[ 源代码: eclipse-jdt-core ]
软件包:ecj(3.32.0+eclipse4.26-2)
ecj 的相关链接
Debian 的资源:
下载源码包 eclipse-jdt-core:
- [eclipse-jdt-core_4.26-2.dsc]
- [eclipse-jdt-core_4.26.orig.tar.xz]
- [eclipse-jdt-core_4.26-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-17-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