prasajmca
Jan 17, 2009, 10:56 AM
How can I get a .java file from .class file? Is it possible?
jstrike
Feb 1, 2009, 01:40 PM
Google for java decompiler. The results are not always 100% so it's something you can just recompile. Be aware that you may also be violating a licensing agreement if you don't own the source code.
graahak1
Feb 8, 2009, 06:54 AM
Checkout JAD the fast java decompiler at Home Page of Jad - the fast Java decompiler (http://www.kpdus.com/jad.html). But as jstrike pointed out you might be violating licensing agreements when you decompile.