Paul,

I declared a PropertyChangeEvent evt and then later in
the code I thought it was declared as e (instead of
evt). So I typed e.get and then jde-complete-menu.
Since e was not available in the file, this error
came. But when I changed it to evt.get and typed
jde-complete-menu, the menu appeared.

Somehow the error message was not very informative.

Thanks again for a great development environment.

JK
--- Paul Kinnucan <[EMAIL PROTECTED]> wrote:
> Jayakrishnan Nair writes:
>  > I get the following error while trying to do
>  > jde-complete-menu. I am using J2SE 1.4.1
>  > 
>  > Debugger entered--Lisp error: (error "Beanshell
> eval
>  > error. See messages buffer for details.")
>  >   signal(error ("Beanshell eval error. See
> messages
>  > buffer for details."))
>  >   error("Beanshell eval error. See messages
> buffer for
>  > details.")
>  >  
>  >
>
bsh-eval("jde.util.Completion.getClassInfo(\"org.openide.explorer.ExplorerPanel\",0);"
>  > t)
> 
> [snip]
> 
>  > Starting the BeanShell. Please wait...
>  > Beanshell expression evaluation error.
>  >   Expression:
>  >
>
jde.util.Completion.getClassInfo("org.openide.explorer.ExplorerPanel",0);
>  >   Error: // Error: // Uncaught Exception:
> TargetError
>  > : at Line: 16 : in file: <unknown file> : jde
> .util
>  > .Completion .getClassInfo (
>  > "org.openide.explorer.ExplorerPanel" , 0 ) 
>  > Target exception: java.lang.LinkageError: Class
>  > org/openide/windows/Workspace violates loader
>  > constraints
>  >  [2 times]
>  
> [snip]
> 
> The completion command could not load your
> ExplorerPanel class because
> of the LinkageError. I have no idea what constraints
> the error message
> refers to. Does this error occur all the time or
> only in the
> case of this particular class?
> 
> - Paul
> 


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

Reply via email to