Paul, thanks for the advice.
However, upgrading to the latest JDE 2.2.9beta7 didn't help. When
jde-global-classpath was nil, apache classes were still not
found. However, inserting the following code in my .emacs helped.
(setq jde-global-classpath (split-string (getenv "CLASSPATH") ":"))
Nick.
ps. Also, in jde.el you have (defconst jde-semantic-max-version
"1.4beta12" "Semantic maximum version"). Would jde work with
semantic 1.4beta13?
On Fri, 18 Jan 2002, Paul Kinnucan wrote:
> Nicholas Sushkin writes:
> > I have JDE 2.2.8 on Linux with emacs 20.7.1 and the following setting of
> > jde-help-docsets:
> >
> > jde-help-docsets's value is
> > (("javadoc" "http://java.sun.com/j2se/1.3/docs/api" nil)
> > ("javadoc" "http://xml.apache.org/xalan-j/apidocs" nil))
> >
> > However, when I do
> >
> > Alt-x jde-help-class org.xml.sax.Attributes
> >
> > I get "Cannot find class org.xml.sax.Attributes on the current classpath."
> >
> > org.xml.sax.Attributes is in my CLASSPATH, however.
> >
> > How can I get this to work?
> >
>
> Use jde-global-classpath or upgrade to JDE 2.2.8 or JDE 2.2.9beta7, which
> set jde-global-classpath to the value of the CLASSPATH environment variable.
>
> - Paul
>