could someone please let me know how to set the classpath for JSWDK on Win'95. Thanks,
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
Of course "your mileage may vary" but make sure that you have something equivalent to: CLASSPATH=d:\jdk1.2.2;;d:\jswdk-1.0.1\lib\servlet.jar;d:\jswdk-1.0.1\examples\WEB-INF\jsp\beans\;d:\jdk1.2.2\lib\tools.jar
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Thanks Tony, I have the set the classpath now. But not sure how to run the servlet. Will give it a try.