> Ok, I've done a litte more debugging and found that if you set the
> global classpath explicitly import works again.  I know that in
> previous versions of jde this code would use the CLASSPATH environment
> variable if the jde-*-classpath variables were nil.  Reading the
> documentation I see:
> Is this:  a) bug, b) a misunderstanding on my part, c) a change in
> behavior?

b :) 

It still reads the CLASSPATH environment if you set the
jde-global-classpath to nil. There is a caveat, if you started the
beanshell first and then set jde-global-classpath to nil, the beanshell
needs to be restarted or the project reloaded to reset the classpath
that the beanshell.

Paul, we can probably reset the classpath of the DynamicClassLoader if
the variable jde-global-classpath gets modified.

Javier


Reply via email to