Hello,

Vincent Belaïche <[email protected]>
writes:

> I have dowloaded the latest JDEE from SVN repository, and I have patched 
> jde-jdb.el (attached) as follows:

An actual patch would make it easier to see what the change is (you can
obtain one by running "svn diff" in your working copy of JDEE).

> But now I has in another trouble, I am getting a Beanshell startup error 
> seemingly because the java files are not compiled. 
>
> error in process sentinel: eieio-default-superclass: Unbound slot: "#<class 
> jde-db-jdb-1-6>", "#<jde-db-jdb-1-6 jdb 1.6>", process, oref
> error in process sentinel: Unbound slot: "#<class jde-db-jdb-1-6>", 
> "#<jde-db-jdb-1-6 jdb 1.6>", process, oref
> Beanshell expression evaluation error.
>   Expression: 
> jde.util.JdeUtilities.classExists("jpicedt.graphic.model.PicMultiCurve");
>   Error: // Error: EvalError: Class or variable not found: 
> jde.util.JdeUtilities : at Line: 5 : in file: <unknown file> : jde .util 
> .JdeUtilities .classExists ( "jpicedt.graphic.model.PicMultiCurve" ) 
>  [2 times]
> error in process filter: Beanshell eval error. See messages buffer for 
> details. [2 times]

Is it really a bsh startup error?  I would think it's a JDB startup
error, and that your program uses `jpicedt.graphic...', which isn't in
`jde-global-classpath', or something like that.

Can you send a full elisp backtrace?  You can get one by typing (in
Emacs) `M-x toggle-debug-on-error' and then reproducing the problem that
led to the error above.

Thanks,
Ludo'.


------------------------------------------------------------------------------
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to