Get back my java source code from .war file? -
i lost netbeans project folder of project working on @ time. somewhere on server here @ company work at, deployed it. means (hopefully) can still hold of .war file.
is possible 'unpack' .war , .java source files working on @ time?
thanks in advance!
if .java sources aren't in war (and should not be), you'll have take additional step of decompiling them using tool jad.
this time set version control system, subversion or git or mercurial, never happens again. habit of using source code management, if you're sole developer working on project.
Comments
Post a Comment