R12.2.4 JSP compilation issue cannot find symbol
We recently upgrade EBS from 11i to R12.2.4. As a part of the upgrade process, the JSP under $OA_HTML are compiled and made into classes. (I'm not sure if they are made into a jar file or not) I now need to modify one of these jsps. So I am trying to compile it using the following command
perl $FND_TOP/patch/115/bin/ojspCompile.pl --compile -s csiPartiesDisplay.jsp -log /tmp/ojspc_error.log --flush
I am receiving 50 plus errors of "error: cannot find symbol" for components that I know are there in a folder. I am assuming that a classpath statement is incorrect, or I need to set some other variable before attempting the compile, or I am using the wrong compiler all together. The development guide has not been very helpful for identying what I am missing.