for download at 

http://sunsite.auc.dk/jde/

- Paul

JDE-2.1.6beta14 Release Notes

* JDE->Run Applet now looks in the current Java source directory for an
html file having the
  same root name as the current Java source buffer. If it finds such a
file, it runs it. 
  Otherwise, it runs the first html file that it encounters in the
directory. Thanks to
  Richard Y. Kim <[EMAIL PROTECTED]> for providing a patch implementing this
change.

* Changed key binding for jde-help-class from C-c C-v C-h to C-c C-v C-w
because C-h
  is a reserved binding. Thanks to Richard Y. Kim <[EMAIL PROTECTED]> for
suggesting this change.

  Don't forget to reset the value of jde-key-bindings to the standard
setting if you
  are using project files.
  
* Added command, JDEbug->Processes->Remove Dead Processes, that removes all
objects 
  associated with dead processes, including their buffers.

* Fixed the debugger's launch process command so that it fails gracefully, 
  without producing a Lisp backtrace.

* Recompiled the debugger, using javac. Previous versions were compiled
with jikes. The jikes 
  version results in a mysterious null pointer exception when stepping
through code.

* Added the variable jde-bug-jre-home. This variable specifies the home
directory of the Java 
  runtime environment containing the executable, e.g., java,  to be used to
launch processes 
  (see next note). If you do not specify a home directory, the home
directory is the same as 
  that of the executable used to run the debugger itself.

* Added the variable jde-bug-vm-executable. This variable specifies the
name of the executable to 
  use to launch debuggee processes. This defaults to java on Unix platforms
and javaw on Windows
  platforms.


Reply via email to