I have a web application on my apache tomcat webapps folder, and is running properly. But I need to make some changes on some of the java classes (compiled). I don't have the source folder on NetBeans. I only have the compiled classes and the .jar files.
How do I make changes on those classes and recompile them again?
Im using apache 7.0.63 and NetBeans 8.0.2 EE Edition.
Thank you