Nicholas Sushkin writes:
> 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") ":"))
>
Setting JDE variables that way is going to break a lot of things. Please read the JDE
User's Guide about the ABSOLUTE NECESSITY of using customize to set JDE customization
variables.
Further, read the release notes or the docstring for jde-global-classpath about the
ability to use environment variables in jde-global-classpath customizations.
> 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?
>
Yes, it works. The next release will bump the limits.
- Paul
>
> 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
> >
>