Recompile with -Xlint:deprecation for details.
843810May 18 2007 — edited Mar 12 2008Hi,
I am facing a strange problem on the javac compiler.
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source file
[javac] /var/tomcat4/work/Apache - Tomcat4/mywebsite.com/_/leftpage_jsp.java:9: error while writing org.apache.jsp.leftpage_jsp: /var/tomcat4/work/Apache - Tomcat4/mywebsite.com/_/leftpage_jsp.class (Permission denied)
[javac] public class leftpage_jsp extends HttpJspBase {
[javac] ^
[javac] Note: /var/tomcat4/work/Apache - Tomcat4/mywebsite.com/_/leftpage_jsp.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
Does anyone face such type of problem?
Your small suggestions will help me big.
Thanks
Malai