The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
jde1. Java Development Environment for Emacs or XEmacs. The Java Development Environment (JDE) is an Emacs Lisp package that interfaces Emacs to third-party Java application development tools, such as those provided by JavaSoft's Java Development Kit (JDK). The result is an integrated development environment (IDE) comparable in power to many commercial Java IDEs. Features include: - source code editing with syntax highlighting and auto indentation - compilation with automatic jump from error messages to responsible line in the source code. - run Java application in an interactive (comint) Emacs buffer - integrated debugging with interactive debug command buffer and automatic display of current source file/line when stepping through code - browse JDK doc, using the browser of your choice - browse your source code, using the Emacs etags facility or a tree-structured speedbar. - easily and infinitely customizable From Debian 3.0r0 APT |
|
|