I have an old JSP that fails to compile and the only explanation given is this:
jrunx.compiler.DefaultCFE: Compiler errors:Note: C:\dev\JRun4\servers\default\admin\WEB-INF\jsp\jrun__cafexcode__addxcode2ejsp17.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
How do I add this -Xlint:unchecked flag to the JSP Compiler?
Thank you