• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to decompile .class files

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Everyone,
I need to decompile .class file. Does anyone knows what is a syntax to do so.
Thanks
SA
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A good way to start is by this

There is then the one & only magical google that returns you : search on Java Decompilers

  • There is first of all the JAD decompiler, which is embedded in many Commercial code
  • Mocha is/was the very first one on the market.
  • http://www.jascii.com
  • NetBean has AFAIK a Java Decompiler
  • @ the Forge, but I don't know what it's worth...


  • I hope you can find your pleasure inthere ... !
    Regards,
    Thomas,
    [ March 05, 2003: Message edited by: Thomas SMETS ]
     
    If you are using a wood chipper, you are doing it wrong. Even on this tiny ad:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic