Hello,
I developed a Java Web project in Netbeans IDE, i deployed the .war in Tomcat web server.
It is working good.
but the thing is I lost the source code of the project which I've done the project in netbeans,
i don't have backups also ..i have project .war file which i have deployed in tomcat.
now the thing is i want to do some enhancements in existing java/servlet files ...
if i extract the .war file will find only .class files but not java files.
can i know is there any possibility to get back the entire source code of the project using any tools.
please don't recommend DJ compiler.
i want the source code (i have .war file of my project) exactly what i created/developed.....
Please suggest me ...
I developed a Java Web project in Netbeans IDE, i deployed the .war in Tomcat web server.
It is working good.
but the thing is I lost the source code of the project which I've done the project in netbeans,
i don't have backups also ..i have project .war file which i have deployed in tomcat.
now the thing is i want to do some enhancements in existing java/servlet files ...
if i extract the .war file will find only .class files but not java files.
can i know is there any possibility to get back the entire source code of the project using any tools.
please don't recommend DJ compiler.
i want the source code (i have .war file of my project) exactly what i created/developed.....
Please suggest me ...