Joe Berry writes:
> I'm another one of the people who had been successfully using jde 2.2.7.1 and
> decided to upgrade to 2.2.9beta4 with the latest of each of the other packages (all
> downloaded yesterday). I try to compile a simple standalone program. I am not
> using a prj.el file. Running xemacs 21.4.
>
> I get a compile error in the bean shell. Took forever to figure out how to view my
> message buffer (show-message-log) and see what it was complaining about.
> As soon as I had loaded my java file, I set variable jde-compile-option-directory to
>the
> directory where the source itself is located and then did a compile.
>
> Here's the buffer:
>
> Loading recent-files...
> Loading recent-files...done
> Loading c:\joe\.recent-files.el...
> Loading c:\joe\.recent-files.el...done
> Loading cus-face...
> Loading cus-face...done
> Loading cl-macs...
> Loading cl-macs...done
> Bootstrapping objects...
> Bootstrapping objects...done
> ECB uses semantic 1.4beta11 and eieio 0.17beta3
> Loading edmacro...
> Loading edmacro...done
> Loading efs-cu...
> Loading efs-cu...done
> Loading jde...
> Loading customization dependencies...
> Loading customization dependencies...done
> Loading regexp-opt...
> Loading regexp-opt...done
> jde-java-font-lock: building names cache...
> jde-java-font-lock: building names cache...empty
> Loading jde...done
> Loading lazy-lock...
> Loading lazy-lock...done
> Setting JDE variables to startup values...
> Loading timer...
> Quit
> Loading timer...done
> Starting the BeanShell. Please wait...
> Beanshell expression evaluation error.
> Expression: jde.util.JdeUtilities.setProjectValues("", "");
> Error: // Error: bsh.EvalError: Error in method invocation: Method
> setProjectValues(java.lang.String, java.lang.String) not found in
> class'jde.util.JdeUtilities' : jde .util .JdeUtilities .setProjectValues ( "" , "" )
>
Did you delete or rename the directories named jde in the xemacs-packages/lisp
and xemacs-packages/etc directories as specified in the JDE installation
instructions to ensure that the JDE picks up the latest version of jde.jar
instead of the obsolete version shipped with XEmacs?
- Paul