jde-complete-menu error

2002-12-28 Thread Paul Kinnucan
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.))

Re: jde-complete-menu error

2002-12-28 Thread Jayakrishnan Nair
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