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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -