for downloading at 

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

Note the new installation requirements.

JDE2.1.6b6 Release Notes

This releases fixes the Interface Wizard, which was broken by a
regression error in a previous release.

It reimplements the JDEbug Lisp interface to use Eric Ludlam's
Lisp object system and provides a customization variable for
specifying the location of the JPDA package required to 
run JDEbug.

Finally, it reorganizes the JDE hierarchy, moving all Lisp files
into a separate subdirectory, among other changes.

REQUIREMENTS

* eieio Lisp object system for Emacs. 
  
  You can download the package from

    http://www.ultranet.com/~zappo/eieio.shtml

   Please be sure to include the eieio package in your Emacs
   load-path.

*  The JDE lisp files now reside in the lisp subdirectory of
   the JDE distribution. So you must update the load-path in your
    .emacs file, accordingly, e.g.,

   (setq load-path
      (nconc
        '("~/emacs/site/jde-2.1.6b6/lisp)
         load-path))

* Java Platform Debug Architecture distribution from Sun 
  MicroSystems to run JDEbug, the JDE's new debugger. You can 
  download the package from JavaSoft's website.

  Important: you must include the JPDA's bin directory in your
  path.


Reply via email to