Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-05-2007, 11:40 PM
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.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-06-2007, 03:46 PM
Member
 
Join Date: Aug 2007
Posts: 47
henry_78 is on a distinguished road
Hi,
It says that it cant find the printstream out.
Try to be sure that the out printstream is the one of the servlet.
Bye.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot Resolve Symbol error... seral1969 New To Java 4 02-18-2008 01:17 AM
Regarding Scanner Object -- Cannot Resolve the Symbol pascal45 New To Java 1 12-21-2007 12:12 PM
Error: cannot find symbol silvia New To Java 1 08-07-2007 06:39 AM
Error: cannot resolve symbol' on Person (java.lang.String, java.lang.String) baltimore New To Java 1 08-06-2007 08:45 AM
MySite/Valid.java:56: cannot resolve symbol Albert Enterprise JavaBeans 1 07-05-2007 06:49 AM


All times are GMT +3. The time now is 02:34 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org