Hi all,
I was working on a project that I started ages ago but havent touched for a
while. I have the .class file but I cannot find the .java file. Is there
anyway at all that I can get the source code from the .class file and hence
save it as a .java file.
Thanks in advance
JS
"." - 05 Apr 2005 20:20 GMT
> Hi all,
> I was working on a project that I started ages ago but havent touched for a
> while. I have the .class file but I cannot find the .java file. Is there
> anyway at all that I can get the source code from the .class file and hence
> save it as a .java file.
Go to google and search for 'decompile java'. You should find something
that will help.

Signature
Send e-mail to: darrell dot grainger at utoronto dot ca
Matt Humphrey - 05 Apr 2005 20:33 GMT
> Hi all,
> I was working on a project that I started ages ago but havent touched for a
> while. I have the .class file but I cannot find the .java file. Is there
> anyway at all that I can get the source code from the .class file and hence
> save it as a .java file.
A decompiler will give you java, but it won't be what you wrote. Google for
decompiler java
Cheers,
Matt Humphrey matth@ivizNOSPAM.com http://www.iviz.com/