The Artima Developer Community
Sponsored Link

Java Answers Forum
Classpath?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nick Kramer

Posts: 2
Nickname: nkramer
Registered: Mar, 2002

Classpath? Posted: Mar 12, 2002 11:28 AM
Reply to this message Reply
Advertisement
I'm pretty new to JSP/Java, I'am an expert in a language called 'Seeker'
I recently installed Tomcat on my server (nt) @ C:\Tomcat3.3a, and the JDK @ C:\Jsdk.
My development directory is C:\tomcat3.3a\webapps\examples\. (I have build simple programs so I know that they work) I have built a message board applications. I have two classes located @ C:\tomcat3.3a\webapps\examples\web-inf\classes\bb\messageBoard\. I'm trying to use them in a file called CreateMessageBoards.java @ C:\tomcat3.3a\webapps\examples\web-inf\classes\bb\messageBoard\. When I complile the file to run it (it contains some SQl statement to create the tables), I get a 'Java 9: cannot resolve symbol' error. I suspect that I may need to set the ClassPath to point to the classes directory.

Is this the problem? and if so how do I set the Classpath? If not does anyone know what my problem it.

Thanks
--Nick

Topic: problem while uploading files Previous Topic   Next Topic Topic: what's wrong with this piece of code?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use