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