Posted By:
AlessandroA_Garbagnati
Posted On:
Monday, November 5, 2001 10:14 AM
Hi,
Wacky! This behavior is strange, and the only reason I can see is that the numguess example has been already run at least once with the environment set correctly.
The message you are getting is because the tools.jar file (that is part of the JDK distribution) is not present. That file is used ONLY to compile the jsp pages the first time (or every time that they are modified). Servlets and jsp pages already compiled do not require it.
Check the correct setting of the JAVA_HOME environment variable.