• 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

java source code

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anybody tell me how to get java source back from a class file.
is there any software for this?
or some reverse process of javac?
 
Ranch Hand
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are some tools on the web that SOMETIMES do an adequate job of this. One is "Cafe Babe" and an older one is "Mocha". You will have to do a web search to find these, as I don't have links or anything...
Some of the UML tools like Rose claim to reverse engineer stuff to form models, but I never could get it to work right even on stuff I had source code on (it failed on inner classes and Javadoc comments of all things). I heard TogetherJ works better, but I've never used it.
What are you trying to do, maybe we can help?
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Harish,
check this out
http://www.geocities.com/SiliconValley/Bridge/8617/jad.html#download
u want a decompiler which u will find in the above link
Regds.
Rahul.
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my review of almost all existing decompilers and disassemblers here: http://www.erudite-center.com/java/staff/staff.shtml
just choose proper one
alex
 
Something about .... going for a swim. With this tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic