500 Servlet Exception

warning: [options] bootstrap class path not set in conjunction with -source
1.5
/usr/local/resin/webapps/resin-doc/WEB-INF/work/_jsp/_examples/_burlap_22dadd/_demo__jsp.java:10:
error: package example does not exist
import example.MathService;
              ^
/examples/burlap-add/demo.jsp:12: error: cannot find symbol
MathService math = (MathService) factory.create(MathService.class, url);
^
  symbol:   class MathService
  location: class _demo__jsp
/examples/burlap-add/demo.jsp:12: error: cannot find symbol
MathService math = (MathService) factory.create(MathService.class, url);
                    ^
  symbol:   class MathService
  location: class _demo__jsp
/examples/burlap-add/demo.jsp:12: error: cannot find symbol
MathService math = (MathService) factory.create(MathService.class, url);
                                                ^
  symbol:   class MathService
  location: class _demo__jsp
4 errors
1 warning