How can I get a .java file from .class file? Is it possible?
![]() |
How can I get a .java file from .class file? Is it possible?
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.
Checkout JAD the fast java decompiler at Home Page of Jad - the fast Java decompiler. But as jstrike pointed out you might be violating licensing agreements when you decompile.
All times are GMT -7. The time now is 12:57 AM. |