This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes .class to .java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark ".class to .java" Watch ".class to .java" New topic
Author

.class to .java

Robbie Keenan
Greenhorn

Joined: Apr 26, 2001
Posts: 11
guys,
Is it possible to recover the java source from a class file???
cheers,
Robbie
Matt Siegel
Ranch Hand

Joined: Jul 18, 2000
Posts: 55
Check this out:
http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
Matt
atul kashyap
Ranch Hand

Joined: Mar 22, 2001
Posts: 34
Yes it is possible. There are softwares called decompilers for this purpose (they work just according to their name).
Robbie Keenan
Greenhorn

Joined: Apr 26, 2001
Posts: 11
Thanks Guys
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: .class to .java
 
Similar Threads
Super Class
how to validate a text field with numeric value
how to accesss Private Java Clas
canonical class
Handling dynamic configuration data