Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Recompile with -Xlint:deprecation for details.

843810May 18 2007 — edited Mar 12 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2008
Added on May 18 2007
2 comments
1,629 views