http://jdee.sunsite.dk/rootpage.html#Downloading

JDE 2.3.4

***************************************************************
*                         PLEASE READ                         *
***************************************************************
*                                                             *
* This release requires cedet 1.0beta2 or later. cedet        *
* includes semantic, eieio, speedbar, and senator, all        *
* packages required by the JDEE. You can obtain cedet         *
* at http://cedet.sourceforge.net                             *
*                                                             *
* Please note that your .emacs file must "load" cedet.el,     *
* not "require" cedet. See the installation instructions      *
* that come with the cedet package for more information.      *
*                                                             *
* This release requires version 1.2.2 (or later) of the       *
* JDK.                                                        *
*                                                             *
* This release also requires avltree.el, which is part of the *
* elib 1.0 package. You can obtain elib at the JDE web site   *
* in compressed tar (http://jdee.sunsite.dk/elib.tar.gz)      *
* or zip (http://sunsite.dk/jde/elib.zip) format.             *
*                                                             *
* JDEbug runs on Windows 2000 only if Service Pack 2 (or      *
* later) is installed.                                        *
*                                                             *
* If syntax-coloring does not work, download and install      *
* overlay-fix.el from the semantic web site.                  *
*                                                             *
***************************************************************

* After compiling a class, the JDEE updates its class info database
  from the directory containing the compiled class instead
  of from the entire project classpath.

  Thanks to Martin Schwamberger.

* Fixed regression that caused JDEbug to issue a Lisp error
  when launching an application.

* Fixed bug in the JDEE's dynamic class loader caused by assuming 
  that only one read operation is needed to read a class from the 
  file system. This was causing class load errors that were
  suppressed by exception handling in the dynamic class loader.

  Thanks to Suraj Acharya.

* Configured Emacs to always use pipes to interact with
  the BeanShell. This fixes code 129 errors that occur on some 
  Linux systems.

Reply via email to