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.

