OK, I've installed the following:
emacs-21.1
elib-1.0
eieio-0.17beta3
speedbar-0.14beta1
semantic-1.4beta11
jde-2.2.9beta4
jdk-1.3.1_01.i386.rpm
I used the .emacs file required for minimum setup.
When I tried to use jde-import-find-and-import, I got some kind of
message complaining that jde-jdk was nil. Not suprising since there's
no mention of jde-jdk in the minimal .emacs file. When I looked at
jde-jdk, it complained that jde-jdk-registry was nil. So I went into
customize, and set jde-jdk-registry as follows:
jde-jdk-registry's value is
(("1.3" . "/usr/java/jdk1.3.1_01"))
now jde-jdk's value is ("1.3"). When I run
jde-import-find-and-import, it doesn't complain about jde-jdk anymore,
but it says "Searching for program: no such file or directory, java"
Any pointers?
Thanks,
Dave