can i backout the java code of a file using only the class file and the sdk?
12/13/2006 9:48:19 AM
decompile?sure you can, but i don't think it will showup with meaningful variable/method names and commentssearch google
12/13/2006 10:16:24 AM
i have used cavaj to decompile java source, its surprising how much of the original source is retained, without comments thoughhttp://www.bysoft.se/sureshot/cavaj/
12/13/2006 1:02:07 PM
DJ Compiler works well too. I've had to use it many times at work http://members.fortunecity.com/neshkov/dj.html
12/13/2006 10:19:03 PM