Well, what exactly do you mean with "viewing .class files"?
There are a number of Java decompilers available, which can translate the byte code in a class file back to source code (or something that looks like the original source code).
For example: DJ Java Decompiler, JAD. Search for "Java decompiler" on Google for more.
Some people obfuscate the code, so dont believe the code generated by the decompiler as such. Just have some hands on work ....
Peter Chase
Ranch Hand
Joined: Oct 30, 2001
Posts: 1970
posted
0
And remember that it is illegal and/or immoral to decompile a third-party class file, to try to replicate, crack or alter it, against the wishes and/or licence of the third party.
Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.<br /> <br />#:^P
vivien siu
Ranch Hand
Joined: Nov 10, 2005
Posts: 143
posted
0
It's ok Peter, I'm just looking at some old codes done by my colleagues. There are only .class files available in the server.