PDA

View Full Version : What happened Java Class ( Jad ) Plugin ?


25-May-2004, 05:18 PM
I just dl'd it last week and it's no longer listed.

Chris
25-May-2004, 05:28 PM
You can find it on the following page:
http://www.scootersoftware.com/download.php?c=kb_morerules

And here is the link to the file itself:
http://www.scootersoftware.com/rules/JavaClass.zip

25-May-2004, 05:34 PM
Thanks,

I had problems getting it to run. Just to check I also installed the PDF2Text plugin and that one worked fine. When I compare two java class files both come back as blank, as if BC2 is having a problem with output from JAD.

any ideas ?

imported_scooter_admin
26-May-2004, 09:11 AM
I have posted a fixed copy of the Java Class add-on rule.

26-May-2004, 04:42 PM
Thanks Scooter,

why didn't I think of the "." ?

Now, I updated my rules, and after it was still not showing the output I made these changes to the bat file:

echo %errorlevel% > C:\testbc2\error1.txt
.\jad.exe -p %1 > %2
echo %errorlevel% > C:\testbc2\error2.txt

errorlevel in the first one is 0
and in the second one it's 9009

when I run ./jad.exe from the JavaClass folder I do get output from classes, so there must still be something wrong with my paths

26-May-2004, 04:57 PM
Fixed it using:

.\JavaClass\jad.exe -p %1 > %2

;)

ahhh, now bc2 is complete