web applications - Web archive file with non compiled java code -
i have .war file has directory structure below:
root   |_meta-inf   |_theme (css files)   |_web-inf         |_lib          |_src (java source code)   as can see above, there no classes folder. searched throughout root directory , didnt find .class files.
does know if .class files generated during application server runtime? if so, how done.
to more specific i'm encountering problem sap business objects sdk - jsfplatform.war file. i'm trying reverse engineering unable understand how process working.
 
 
Comments
Post a Comment