One of the main problems of new Java developers have is setting the PATH and
CLASSPATH.
For Windows 95/98/ME you edit the AUTOEXEC.BAT file with the new PATH and
CLASSPATH
set the path and reboot your machine.
For Windows 2000/XP you edit the environment variables.
(Control Panel -> System -> Environment Variables).
Read the installation instructions properly as it may change with future
releases. What you do is add the location of java's bin folder to the Path
variable and the classes you want in the CLASSPATH variable
The preferred option is to download the Tomcat.
Tomcat is a free open source JSP and Servlet
engine,developed by Apache. Instructions to download Tomcat are given below.