Hi,
I'm running Xemacs, jde2.1.2, on Linux, and having trouble with the override
method wizard.
having set THREAD_FLAG=native for the jdk (so that BeanShell would be
happy)
I created a dummy class and set the jde-xxx-classpath variables.
I can implement interface fine (java.awt.event.MouseListener in this
case), but override method (I tried toString ) gives me the message:
Symbol's value as variable is void: //
( I had previously compiled my class , and I even tried explicitly
extending Object)
cheers,
Matthew Harrison.