This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am getting an error message while compiling a servlet which is package java.servlet does not exist import javax.servlet*; am using tomcat5.0 and j2sdk1.4-0.. i have set my path in the user variable as follow: path c:\jdk\bin(i hav renamed the j2sdk)
and in the system variable i have defined:] CATALINA_HOME C:\java\tomcat-5.0 CLASSPATH C:\CATALINA_HOME\common\lib\servlet-api.jar JAVA_HOME C:\jdk
Hey, I think u have wriiten there javax.servlet*; It should be javax.servlet.*; That's why u are getting error for servlet package does not exist.Try this out,and then tell me.Is it ok...