Actually, and Paul I think I sent this problem to you when 2.1.5 came out,
The documentation for 
(locate-data-directory NAME &optional DIR-LIST)

Documentation:
Locate a directory in a search path DIR-LIST (a list of directories).
If no DIR-LIST is supplied, it defaults to `data-directory-list'.


Which means that data-directory-list must be set. So in my .emacs I added 
(setq-default data-directory-list (append
                   '("/home/bgiaccio/java/")
                   data-directory-list))
where jde resides in /home/bgiaccio/java/jde I found that I needed to 
make a link from jde-2.1.6 to jde in order for things to work.

Brad




On Wed, Jun 16, 1999 at 05:09:44PM -0400, Paul Kinnucan wrote:
> At 03:51 PM 6/16/99 -0500, you wrote:
> >Sorry for not including the information.
> >
> >I am using XEmacs 20.2 on Sun.
> >
> >XEmacs 20.2 [Lucid] (sparc-sun-solaris2.4)
> >
> >I tried bean shell both in JDE2.1.5 and JDE2.1.6(Beta).
> >
> 
> I don't use XEmacs regularly and so I don't keep up 
> to date. There is somebody on the XEmacs team (Andy Piper?) who
> is responsible for integrating the JDE into XEmacs. 
> The most recently integrated version is JDE 2.1.4. I don't
> know when or if they intend to integrate later versions.
> 
> My suggestion is that you take a look at the way JDE 2.1.4
> is stored in the XEmacs directory tree and try to replace
> what is there with the latest version. There are two places
> to look: the jde and the etc/jde subdirectories of the xemacs-package
> directory. Basically, all the JDE lisp goes into the jde directory,
> eveything else goes into the etc/jde directory. 
> 
> - Paul

-- 
--- There are two kinds of knowledge, you either know the answer or
                        you know where to find it
                      -Kane, Johnson, and anonymous

Reply via email to