Hiran
Posts: 41
Nickname: jclu
Registered: Mar, 2002
|
|
Re: De-Compile Servlets
|
Posted: Apr 17, 2002 12:34 PM
|
|
> Hello: > > I am a new Java Developer. My boss assigned me a > Java issue but I have no idea how to handle it. > > That is regarding "de-compile Servlets" . . . > > After sent the compiled Servlets files to the end > users. The machine got crash and all the source > files were gone. We did not have any backup for those > files. We tried to recovery the server and asked the > client sent us the files back, but no one here know > how to de-complie it. > > Can someone instruct me "How to de-compile the > Servlets"? > > PLEASE HELP!! PLEASE HELP!!. > > Thank you in advance. > > Doris
If you need to de-compile the .class files to .java files, search on the net. There are plenty of Java decompilers out there. One that I tried and was pretty good was DJ Java Decompiler. Anyway, search on Google, and you're bound to find decompilers. Good luck with recovering your files. Hiran
> Hello: > > I am a new Java Developer. My boss assigned me a > Java issue but I have no idea how to handle it. > > That is regarding "de-compile Servlets" . . . > > After sent the compiled Servlets files to the end > users. The machine got crash and all the source > files were gone. We did not have any backup for those > files. We tried to recovery the server and asked the > client sent us the files back, but no one here know > how to de-complie it. > > Can someone instruct me "How to de-compile the > Servlets"? > > PLEASE HELP!! PLEASE HELP!!. > > Thank you in advance. > > Doris
If
|
|