I have a good jde-global-classpath and the BeanShell finds everything I want.
However the wizards don't: C-c C-v C-z or C-i work strangely, if I give an unqualified name for a class or an interface, it does find it, but when I qualify it, it doesn't !
C-c C-v C-i MouseListener -> works:
// Implementation of java.awt.event.MouseListener ...
And if there are several, I can pick the one I meant. But:
C-c C-v C-i java.awt.event.MouseListener ->
Cannot find interface java.awt.event.MouseListener on the current classpath.
and the same thing with .class at the end. It's annoying.
Regards,
Christian Mercat
