blob: a206ffb0f3b8ecd6f24f76d7945f6667da1eb974 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
The Java Development Environment for Emacs is a software package that
interfaces Emacs to command-line Java development tools (for example,
JavaSoft's JDK). JDEE features include:
- JDEE menu with compile, run, debug, build, browse, project,
and help commands
- syntax coloring
- auto indentation
- compile error to source links
- source-level debugging
- source code browsing
- make file support
- automatic code generation
- Java source interpreter (Pat Neimeyer's BeanShell)
|