Search:

Type: Posts; User: pbrockway2

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    1,656

    Re: Add debug info

    That output is showing both the line number table and the local variable table. So it appears the code was compiled -g:lines,vars
  2. Replies
    12
    Views
    1,656

    Re: Add debug info

    javap -l
  3. Replies
    12
    Views
    1,656

    Re: Add debug info

    You add the -g flag to get the debugging stuff. The rest of the command is exactly as it would be without the flag.

    Depending on how familiar you are with compiling from the command line you may...
  4. Replies
    12
    Views
    1,656

    Re: Add debug info

    Personally I would not attempt to decompile code of any size - not unless it was really, really important. And that's why I said if you don't have the source to person to ask about that is the...
  5. Replies
    12
    Views
    1,656

    Re: Add debug info

    A jar file is a sort of archive file. (In fact its a zip file, and will open and be readable by any software that reads zip files.) So adding debug information to a jar file really involves adding...
Results 1 to 5 of 5