Re: bsh eval error

<[email protected]> Tue, 10 Jul 2007 20:05:10 -0700 (PDT)
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
You might not have the jde.jar in the bsh classpath.
The startup command with the classpath is normally
displayed as the first couple of lines in the *JDEE
bsh* buffer.


--- Sunnan <[email protected]> wrote:

> I'm trying to automatically import (C-c C-v z) an
> exception class. What 
> am I missing?
> 
> bsh: Beanshell eval error. See messages buffer for
> details.
> Beanshell expression evaluation error.
>   Expression:
>
jde.util.JdeUtilities.getQualifiedName("IOException");
>   Error: // Error: EvalError: Class or variable not
> found: 
> jde.util.JdeUtilities : at Line: 2 : in file:
> <unknown file> : jde .util 
> .JdeUtilities .getQualifiedName ( "IOException" )
>  [2 times]
> 
> Thanks, Sunnan
>