I doing work for my company on their website. I inherited the site from our last Dir. of Communications. The site is java based and my background comes from the .NET side. All of the server-side calls refer to compiled classes which I've been able to look at using DJ Java Decompiler. DJ may not be the best program but its free, simple, and works. The site is live and I've been making static changes to pages.
My problem is that I need to start modifying and creating my own classes. I do have the WAR file but all the classes in it are compiled as well. I downloaded Netbeans hoping that there was something that it had some way of decompiling the classes site-wide. Do I have any other recourse other than to decompile the class files one at a time, which would take forever?
I'm not tied to Netbeans (or DJ Decompiler for that matter).
Start Free Trial