finding symbol in same file

2004-12-22 Thread Ed Mooney
I have this class: public class hello { public static void main(String [] args) { hello(); } public static void hello() { System.out.println(Hello.); } } When point's in hello() (in main()) and I type C-c C-v C-y, the JDEE returns 'Cannot determine the class of

Re: bsh-exit doesn't work in JDE 2.3.4

2004-12-22 Thread Paul Kinnucan
Jon Schewe writes: On Tue, 2004-12-21 at 22:06, Paul Kinnucan wrote: Jon Schewe writes: Please enter the details of your bug report here Calling bsh-exit results in the following stack trace. Jon, Starting in JDEE 2.3.4, to terminate the JDEE's instance

Re: cannot read files in zip file after installing jde 2.3.5

2004-12-22 Thread Ed Mooney
I had the same problem. The symptom is that after you open an archive, you can't extract a member to its own buffer. Under 2.3.4, archive-zip-extract gets set to (unzip -qq -c). Undert 2.3.5, it gets set to (pkunzip -e -o-). (In my environment, anyway. I don't know which extraction utility is