Hi,

I am creating a simple jsp application using a Java bean. I am not able to
run the application and the error message is jsp cannot create the class
(error 500). I have compiled the java code using java sdk 2.0.

My directory structure is like this.

c:\JSWDK-1.0/examples/jsp/tutorial/hellouser directory has the jsp files and
the required gif files.
c:\JSWDK-1.0/examples/web-inf/jsp/beans/hello  directory has the java file
and the compiled class file.

My classpath includes c:\jdk1.2 where i have installed the java sdk.
My jsp engine path is c:\jswdk-1.0

Is there any setting to be done?


 <<NameHandler.java>>  <<hellouser.jsp>>  <<response.jsp>>
Thanks.

Vaidyanathan G





NameHandler.java

hellouser.jsp

response.jsp

Reply via email to