[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 defau
[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 a
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)))
--
×ð¾´µÄÓû§£¬ÄúÃǺã¡
Öлª»úеÍø×Ô2002Äê3ÔÂÆðÓÉ´¹Ö±ÍøÂç¼¼ÊõÓÐÏÞ¹«Ë¾È«È¨¾Óª£¬´¹Ö±ÍøÂçÊÇÒ»¼Òרҵ´ÓÊ»¥ÁªÍøÐÅÏ¢¼¼Êõ¡¢µç×ÓÉÌÎñÈí¼þ¿ª·¢µÄ¸ßм¼ÊõÆóÒµ£¬¹«Ë¾ÔÚÃÀ¹ú¡¢±±¾©¡¢ÉϺ£ÉèÓÐרÃŵķþÎñÆ÷»úȺ¡£¹«Ë¾ÒÔ×î¿ìµÄÍøÂçÁ´Â·¡¢×îÏȽø×î³ÉÊìµÄ¼¼Êõ¡¢×îºÃµÄ·þÎñÖÊÁ¿·þÎñÓÚ¿Í»§¡£
Öлª»úеÍøÊǹúÄÚ×î´óµÄ»úеרҵµÄ
> 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.
When I wrote it, I wasn't conside
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
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
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, this allows you to have a full list of all the
classes you
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.
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.
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 c
11 matches
Mail list logo