Update --IBM JDK and JDE on Linux

2002-04-08 Thread tvraman
First off --I now have 2.2.9beta 9.1 and jde 2.2.8 behaving identically with debug woes --this is progress. Cause of the differences was that 2.2.9 uses variable jde-debugger --earlier versions used jde-db-debugger-- and jde-debugger was set to jdb by default. I am still having bizarre debugger

Re: compiler problems

2002-04-08 Thread Michael R. Head
On Mon, Apr 08, 2002 at 08:23:27PM +, chris pollin wrote: i get the following message when i try to compile a java file, , can you help? cd c:/EMACS/JavaProgrammes/ javac Lab4.java 'javac' is not recognized as an internal or external command, operable program or batch file.

JDebug can't find source directories

2002-04-08 Thread kronik
hi, I am trying to get the debugger to work, but everytime I try to set a breakpoint, it refuses to do it because it says my source directory is not in jde-db-source-directories even though I have definitely set it. Running xemacs 21.4.6, jde-2.2.9beta9.1, win2kpro (sp2) under cygwin.

Re: Cleaning up import statements

2002-04-08 Thread James Sinnamon
Matt, On Tue, 9 Apr 2002 10:50, WATSON Matt wrote: Not jde related, but I wrote a shell script to wrap jad which would decompile your class files, extract all the import statements it makes and replace the imports in your source with the ones jad comes up with. Using the right jad options,

RE: Cleaning up import statements

2002-04-08 Thread Altmann, Michael
You might consider one of the pure java decompilers, such as BCEL http://jakarta.apache.org/bcel/manual.html or jode http://sourceforge.net/projects/jode/, or ClassFile http://home.earthlink.net/~shvets/. These could even be called from the BeanShell. -Original Message- From: James

Öлª»úеÍø³ÉÁ¢Ð¹«Ë¾ÔËÓª£¬²¢½øÐÐÈ«Ãæ¸Ä°æ

2002-04-08 Thread info
×ð¾´µÄÓû§£¬ÄúÃǺã¡ Öлª»úеÍø×Ô2002Äê3ÔÂÆðÓÉ´¹Ö±ÍøÂç¼¼ÊõÓÐÏÞ¹«Ë¾È«È¨¾­Óª£¬´¹Ö±ÍøÂçÊÇÒ»¼Òרҵ´ÓÊ»¥ÁªÍøÐÅÏ¢¼¼Êõ¡¢µç×ÓÉÌÎñÈí¼þ¿ª·¢µÄ¸ßм¼ÊõÆóÒµ£¬¹«Ë¾ÔÚÃÀ¹ú¡¢±±¾©¡¢ÉϺ£ÉèÓÐרÃŵķþÎñÆ÷»úȺ¡£¹«Ë¾ÒÔ×î¿ìµÄÍøÂçÁ´Â·¡¢×îÏȽø×î³ÉÊìµÄ¼¼Êõ¡¢×îºÃµÄ·þÎñÖÊÁ¿·þÎñÓÚ¿Í»§¡£

jde-open-class-source (minor addition)

2002-04-08 Thread tvraman
I defined the following advice fragment so jde-open-class-source jumps to the line where the class is defined -- it might be worthwhile having jde do this by default --rather than doing it via an advice. (defadvice jde-open-class-source (after fix pre act comp) (senator-jump (ad-get-arg 0))) --

jde-open-class-source (minor addition)

2002-04-08 Thread Paul Kinnucan
[EMAIL PROTECTED] writes: I defined the following advice fragment so jde-open-class-source jumps to the line where the class is defined -- it might be worthwhile having jde do this by default --rather than doing it via an advice. (defadvice jde-open-class-source (after fix pre act

Update --IBM JDK and JDE on Linux

2002-04-08 Thread Paul Kinnucan
[EMAIL PROTECTED] writes: First off --I now have 2.2.9beta 9.1 and jde 2.2.8 behaving identically with debug woes --this is progress. Cause of the differences was that 2.2.9 uses variable jde-debugger --earlier versions used jde-db-debugger-- and jde-debugger was set to jdb by default.