Hi friends,,
i have only my project .jar file.. mistakely i erased that project folder..
how can i get my source code from that jar file.. am using netbeans 6.5
help me friends
Printable View
Hi friends,,
i have only my project .jar file.. mistakely i erased that project folder..
how can i get my source code from that jar file.. am using netbeans 6.5
help me friends
I don't know about Netbeans but Eclipse is able to restore entire projects from its local (SVN) repository; isn't Netbeans cabable of doing something similar? Otherwise you have to find some system utilities that can read a raw file system and retrieve (most of) the content of your source files.
kind regards,
Jos