View Full Version : What happened Java Class ( Jad ) Plugin ?
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
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.
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
Fixed it using:
.\JavaClass\jad.exe -p %1 > %2
;)
ahhh, now bc2 is complete
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.