There goes the error:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 0 in the jsp file: /time.jsp
Generated servlet error:
[javac] Compiling 1 source file
F:\JAVA\TomCat41\work\Standalone\localhost\bigj\time_jsp.java:41:
cannot resolve symbol
symbol : class TimeFormatterBean
location: class org.apache.jsp.time_jsp
TimeFormatterBean formatter = null;
^
How can be seen, it cannot locate the TimeFormatterBean class. I've
placed my application in the dir:
%CATALINA_HOME%\webapps\bigj\
and the class in here:
%CATALINA_HOME%\webapps\bigj\WEB-INF\classes
so.. y dam it ain't working?
Murray - 01 Nov 2004 01:17 GMT
> There goes the error:
>
[quoted text clipped - 22 lines]
>
> so.. y dam it ain't working?
You might have trouble if your class is in the default package (i.e. not in
a package).