Hi all!
I'm new to jsp
I'd downloaded jswdk 1.0 set my classpath as
set path=c:\jswdk-1.0.1;%path%(my jswdk-1.0.1 is in c
put my first jsp program in the webpages directory of jswdk
clicked on the startserver.bat of jswdk
then the message I got was
'out of environment space
using classpath'
so its clear the path i mentioned's not appropriate...
then what cud it be?
I tried
set path=c:\jswdk-1.0.1\webpages;%path%
set path=c:\jswdk-1.0.1\examples\jsp;%path%
set classpath=c:\jswdk-1.0.1\lib;%classpath%
but in vain
ur help wud be greately appriciated.....
Thanx in advance
regards
Shanti.