View Single Post
  #1 (permalink)  
Old 08-05-2007, 11:40 PM
mathias mathias is offline
Member
 
Join Date: Jul 2007
Posts: 40
mathias is on a distinguished road
Error: cannot resolve symbol, help me
Hi, I compile my HelloServlet.java and ServletUtilities.java fine in other directory, but it will not compile in this directory:
Code:
/usr/local/tomcat/webapps/ROOT/WEB-INF/classes/coreservlets
Code:
It gave me this error: [root@localhost coreservlets]# javac HelloServlet.java HelloServlet.java:23: cannot resolve symbol symbol : variable ServletUtilities location: class coreservlets.HelloServlet out.println(ServletUtilities.headWithTitle(title) + ^ 1 error
It is not the code error because it works on other directory.
Thanks.
Reply With Quote
Sponsored Links