Jeff Thomson
Posts: 14
Nickname: thomson
Registered: Sep, 2005
|
|
Re: applet source code
|
Posted: Sep 15, 2005 7:02 AM
|
|
If I am not wrong understanding your query, I agree with Matthias that you need a decompiler to do the job. There are Java decompilers available which will decompile a Java applet into compilable Java source code. Since Java uses no preprocessors and has a very specific byte code format, the decompilers have surprisingly good output. Here are a few links for further info.
http://www.devdaily.com/java/edu/pj/pj010022/index.shtml http://www.bysoft.se/sureshot/cavaj/
---------------- Jeff Thomson http://www.devsquare.com Online Application Development
|
|