Java Decompiler with ..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amit

    Java Decompiler with ..

    Can anybody tell me the tool that can generate source file from class
    file WITH java comments as were there in the original source file.

    In other words, is there any java decompiler which generates the
    source code along with the java comments.

    -amit
  • Rob Faber

    #2
    Re: Java Decompiler with ..

    This is impossible because the generated class files do not contain the
    comments

    Rob

    "amit" <amit_bindal@re diffmail.com> wrote in message
    news:390967b2.0 307070132.9ff72 c8@posting.goog le.com...[color=blue]
    > Can anybody tell me the tool that can generate source file from class
    > file WITH java comments as were there in the original source file.
    >
    > In other words, is there any java decompiler which generates the
    > source code along with the java comments.
    >
    > -amit[/color]


    Comment

    • FISH

      #3
      Re: Java Decompiler with ..

      amit_bindal@red iffmail.com (amit) wrote in message news:<390967b2. 0307070132.9ff7 2c8@posting.goo gle.com>...[color=blue]
      > Can anybody tell me the tool that can generate source file from class
      > file WITH java comments as were there in the original source file.
      >
      > In other words, is there any java decompiler which generates the
      > source code along with the java comments.
      >
      > -amit[/color]


      The short answer is no.

      (The long answer is noooooooooooooo ooo! :-)


      -FISH- ><>

      Comment

      • Bill Cunningham

        #4
        Re: Java Decompiler with ..

        There's no source code in java byte code. You can't get something from
        nothing. You might try disassembly.





        -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
        http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
        -----== Over 80,000 Newsgroups - 16 Different Servers! =-----

        Comment

        Working...