Marc Jeanson writes: > Hello, > I've been trying for a while now to get the JDE to do code completion > (C-c C-v . ), but I still can't get anything working here. > > I'm sure I don't have the correct things setup, but I don't know what > else to try. I've set the jdk-registry, jde-jdk but these haven't done > much for me. > > I'm running gnu emacs 21.1.1 on redhat linux. My jde related package > version are: > jde-2.2.9beta7 > eieio-0.17-beta3 > semantic-1.4beta11-1 > speedbar-0.14beta2-1 > elib-1.0-1 >
The error message indicates that the Beanshell vm cannot find the setProjectValues method of JdeUtilities class. This would indicate that an old version of jde.jar is somehow getting loaded. Look around your system and see if there are any other instances of jde.jar floating around besides the one in jde 2.2.9beta7. - Paul
