Using Oracle DB, wondering if I need to

Hello:

I am -new- to Java, an I am trying to write servlet/jsp (using this package, package org.apache.jsp;) but when using the class, import org.apache.jasper.runtime.*;, using Apache's Tomcat.

I am getting an error message ...

FileName_jsp.java:6: package org.apache.jasper.runtime does not exist

import org.apache.jasper.runtime.*;

-

I am using jcreator, is it that I have to direct the JDK to a particular class or documentation. I have tried this (classes > oracle, and API > oracle jdbc, but have been unsuccessful. Cannot think of the solution to this error.

Any help would be greatly appreciated.

[664 byte] By [KR.Fa] at [2007-9-29 9:04:40]
# 1
This question have to be posted to the forum"New to java Technology"I think this is a classpath error.Maybe you have a jar-archiv where the classes, of this package you mentioned, are included.You have to set youre classpath to this jar-archiv.
_edoA_a at 2007-7-14 22:41:51 > top of Java-index,Archived Forums,Debugging Tools and Techniques...