I’m working on a project involving servlets. Using JD Java Decompiler for Eclipse I can decompile and read through all the class files making up jars in Reference libraries. Is it possible to read the contents of a WAR file in a similar way?
Also, is there a way to break down executable jar files and read the original code?
Just
unzipthe.warfile and decompile the individual classes. A WAR-file is a type of JAR-file.