[ ソース: 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