facebook

JAD

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #298051 Reply

    Tony Herstell
    Participant

    Using latest myeclipse.
    Loaded jadclipse.

    Outline for a class works fine with methods etc. but get this (below) in the “file” code window.

    /*jadclipse*/
    
    /*
        DECOMPILATION REPORT
    
        Decompiled from: C:\Documents and Settings\tonyh\Workspaces\MyEclipse 7.1\xxx\WebRoot\WEB-INF\lib\xxxxxx.jar
        Total time: 203 ms
        Jad reported messages/errors:
        Exit status: 0
        Caught exceptions:
    java.io.IOException: CreateProcess: jad -p -t4 -lradix10 -radix10 CompanyPartnerDetails.class error=2
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(Unknown Source)
        at java.lang.ProcessImpl.start(Unknown Source)
        at java.lang.ProcessBuilder.start(Unknown Source)

    What do I need to do to show the source.

    #298082

    Loyal Water
    Member

    balanceofpower,
    JAD is not officially certified to run with MyEclipse. I’m not sure how to get it to work with MyEclipse. Maybe some other user who has got this to work earlier could help you out.

    #298101

    AFAIK, error #2 is that the executable to be run cannot be found, i.e. jad is not on the lookup path.

    Try changing the path to the jad executable in jadclipse settings, if possible.

    #298102

    Tony Herstell
    Participant

    That worked

    #298103

    Tony Herstell
    Participant

    Just gave it path to jad decompiler in Preferences->JadClipse
    C:\jad158g\jad
    One less thing on the Path.

    #298149

    Loyal Water
    Member

    Awesome. Glad it worked.


    @duckbill
    – Thank you for your help.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: JAD

You must be logged in to post in the forum log in