Andreas Vallen wrote:
>The automatic import statement generation via "jde-import-find-and-import"
>tells me: "could not find <classname>". I wonder what I'm missing. Or is this
>a known shortcoming of jde???
>
>
This function works well. It sounds like the classpath on the beanshell
is not complete. As I understand it, the import functions work via the
beanshell interpreter. You can test the beanshell classpath both
visually and mechanically by going to the buffer named *bsh*. Try to
import the class that results in that error right at the interpreter
prompt. Read the classpath line at the top of the buffer to see that it
is correct.
I do occasionally find that I can't use jde-import- or other interpreter
functions but they are always cleared up by stopping and restarting the
interpreter.
-- Mark