A
Andrew Thompson
My first (of many) dumb newbie questions while learning
JSP/Beans and other server side marvels relates to a page at..
http://www.lensescapes.com/tst/jsp/124 - accessbean.jsp
This page crashes while trying to access a JavaBean in the
same directory. There are two things I don't understand
about the page.
Why the "Note: sun.tools.javac.Main has been deprecated"
message - my bean doesn't have one, but I think that's
secondary to "Class _tst._jsp.LineBean not found"..
It looks as though it's looking in the tst/jsp directory for the
bean, which exists both there as well as WEB-INFO/classes,
the tst/jsp directory also has the source code of the (absolutely trivial)
bean.
The java code as well as the JSP saved as html are linked from
http://www.lensescapes.com/tst/jsp/accessbean.html
Can anybody clue me in as to how to get this simple
bean to work?
(scratches head) I'm very new to ServerSide stuff and not
sure of what is relevant so I better include more, rather than
less info, so..
I also have a series of JSP's in the http://www.lensescapes.com/tst/jsp/
directory, one of which is..
http://www.lensescapes.com/tst/jsp/110 - properties.jsp
This provides some further properties on the server environment.
Any help/pointers appreciated
JSP/Beans and other server side marvels relates to a page at..
http://www.lensescapes.com/tst/jsp/124 - accessbean.jsp
This page crashes while trying to access a JavaBean in the
same directory. There are two things I don't understand
about the page.
Why the "Note: sun.tools.javac.Main has been deprecated"
message - my bean doesn't have one, but I think that's
secondary to "Class _tst._jsp.LineBean not found"..
It looks as though it's looking in the tst/jsp directory for the
bean, which exists both there as well as WEB-INFO/classes,
the tst/jsp directory also has the source code of the (absolutely trivial)
bean.
The java code as well as the JSP saved as html are linked from
http://www.lensescapes.com/tst/jsp/accessbean.html
Can anybody clue me in as to how to get this simple
bean to work?
(scratches head) I'm very new to ServerSide stuff and not
sure of what is relevant so I better include more, rather than
less info, so..
I also have a series of JSP's in the http://www.lensescapes.com/tst/jsp/
directory, one of which is..
http://www.lensescapes.com/tst/jsp/110 - properties.jsp
This provides some further properties on the server environment.
Any help/pointers appreciated