View Single Post
  #3 (permalink)  
Old 03-26-2008, 12:43 PM
geeta_ravikanti geeta_ravikanti is offline
Member
 
Join Date: Mar 2008
Posts: 13
geeta_ravikanti is on a distinguished road
u copy servlet-api.jar into u r current folder where u r running java proram
and set the classpath like following
set CLASSPATH=servlet-api.jar;.
try and compile
may be its very help ful to u

Geeta
Reply With Quote