DrJava is a lightweight development environment for writing Java programs. DrJava has been developed for students that write code in Java language, providing an intuitive interface and the ability to interactively evaluate Java code. It also includes powerful features for more advanced users.
Here are some key features of "DrJava":
· lightweight IDE
· interpreter for evaluating programs interactively
· unit testing
· source level debugger
· cross-platform
What's New in This Release: [ read full changelog ]
· Fixed some indentation bugs.
· Fixed some GUI initialization problems that prevented DrJava from
· starting on some systems.
· Fixed a bug that prevented DrJava from opening on MacOS 10.5 or
· 10.6.
· Fixed compiler error when closing curly brace missing.
· Fixed NullPointerException in Jar Project dialog.
· Fixed a bug that prevented users from editing External Processes.
· Fixed a bug in un-commenting source code.
· Fixed a bug in displaying the Auto-Import dialog in the
· Interactions Pane.
· Improved suggestion to increase interactions JVM heap.
· Improved responsiveness when selecting a compiler.
· Fixed a bug that prevented users from generating Javadoc of
· Language Level files.
· DynamicJava (Interpreter) bug fix allows the declaration of
· interfaces.
· Miscellaneous small DynamicJava bug fixes make it much more robust
· and correct, including better handling of member lookup, inner
· classes, enums, interfaces, raw types, static imports, switch
· statements, casts, and final variables.
· Bugfix...