Silvercat
|
| Posted: 01/29/2003, 12:05 AM |
|
While evaluating to move to CCS1 and JSP, I encounter Build Error using JSP in Code Charge Studio 1. The Error it says is:
Servelet 2.2 API is not found in your Class Path. Please add it to site Class Path property.
Where will I add it? Checking the Environment variable on the Windows 2000 PC I am working on, it says
CLASSPATH=c:\j2sdk_1.4.1_01
Which CLASSPATH did I miss? The one at "Tools - Options" did not have a Class Path, just "Java Home".
Please Help
|
|
|
 |
Dandavat
|
| Posted: 01/29/2003, 1:42 AM |
|
Hi Silvercat!
You are missing Servlet 2.2 jar. You can find it inside Tomcat installation for example or in J2EE installation. Check http://java.sun.com/products/servlet/index.html for more information. To add jar file to class path you can append it to CLASSPATH environment variable or edit Project Class Path property.
Pranams,
Dandavat.
|
|
|
 |
|