Extract code of an applet from a web page?

Hanzou

Senior member
Apr 29, 2003
373
0
0
IS there anyway to extract an applet off of a web page so I can read the java code in which how it was made?
 

JonTheBaller

Golden Member
Dec 2, 2002
1,916
0
0
I think it's a two part process:

1. Download the .class file.
2. Decompile/reverse engineer the .class file.

If you can do both of these you should be able to view the code.