Hello
I am new to servlet and jsp programming. I have installed Jrun 2.3.3 on NT
with IIS 4.0.
I have downloded an example .jsp file and I am trying to run the file I get
the following error
message. I guess it is giving an error message because there is a bean in
Jsp. I would appreciate if some body could solve this
Following is the error message
javax.servlet.ServletException:
Found 4 semantic errors compiling
"C:/JRun/jsm-default/services/jse/servlets/jsp/hellouser.java":
17. import hello.NameHandler; <--------------->
*** Error: "hello/NameHandler" is either a misplaced package name or a
non-existent entity.
38. hello.NameHandler mybean = (hello.NameHandler)
JSPRuntime.instantiateBean("mybean", "hello.NameHandler", "page",
__mybean_was_created, pageContext, request, session, application);
<--->*** Error: Could not find package named:
C:\JRun\jsm-default\classes/hello,
C:\JRun\lib\jrun.jar(hello),
C:\JRun\lib\servlet.jar(hello),
C:\JRun\webl\WebL.jar(hello),
C:\JRun\lib\jsp.jar(hello),
C:\JRun\lib\xml4j.jar(hello),
C:\JRun\lib\xt.jar(hello),
C:\JRun\lib\fesi.jar(hello),
C:\JRun\lib\cfanywhere.jar(hello),
C:\JRun\lib\NetComponents.jar(hello),
C:\JRun\lib\OROMatcher.jar(hello),
C:\JRun\instantdb\Classes/hello,
C:\JRun\lib\jrunadmin\jrunadmin.jar(hello),
C:\JRun\jre\lib\rt.jar(hello),
C:\JRun\jre\lib\i18n.jar(hello) or
C:\JRun\lib\jrunadmin\swing.jar(hello)
38. hello.NameHandler mybean = (hello.NameHandler)
JSPRuntime.instantiateBean("mybean", "hello.NameHandler", "page",
__mybean_was_created, pageContext, request, session,
application);
<--------->*** Error: Type hello/NameHandler was not
found
38. hello.NameHandler mybean = (hello.NameHandler)
JSPRuntime.instantiateBean("mybean", "hello.NameHandler", "page",
__mybean_was_created, pageContext, request, session, application);
<--->
*** Error: Could not find package named:
C:\JRun\jsm-default\classes/hello,
C:\JRun\lib\jrun.jar(hello),
C:\JRun\lib\servlet.jar(hello),
C:\JRun\webl\WebL.jar(hello),
C:\JRun\lib\jsp.jar(hello),
C:\JRun\lib\xml4j.jar(hello),
C:\JRun\lib\xt.jar(hello),
C:\JRun\lib\fesi.jar(hello),
C:\JRun\lib\cfanywhere.jar(hello),
C:\JRun\lib\NetComponents.jar(hello),
C:\JRun\lib\OROMatcher.jar(hello),
C:\JRun\instantdb\Classes/hello,
C:\JRun\lib\jrunadmin\jrunadmin.jar(hello),
C:\JRun\jre\lib\rt.jar(hello),
C:\JRun\jre\lib\i18n.jar(hello) or
C:\JRun\lib\jrunadmin\swing.jar(hello)
Ranga
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html