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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -