Unable to compile class for JSP
An error occurred at line: 2 in the jsp file:
/WEB-INF/jsp/offline/system/modules/com.extores.calendar/jsptemplates/CalendarPage.jsp
Generated servlet error:
[javac] Compiling 1 source file
C:\programs\Apache Software Foundation\Tomcat
5.0\work\Catalina\localhost\opencms\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\com_extores_calendar\jsptemplates\CalendarPage_jsp.java:8:
package com.extores.calendar does not exist
import com.extores.calendar.*;
^
C:\programs\Apache Software Foundation\Tomcat
5.0\work\Catalina\localhost\opencms\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\com_extores_calendar\jsptemplates\CalendarPage_jsp.java:61:
package com.extores.calendar does not exist
com.extores.calendar.CalendarContentDefinition calbean
= null;
^
An error occurred at line: 2 in the jsp file:
/WEB-INF/jsp/offline/system/modules/com.extores.calendar/jsptemplates/CalendarPage.jsp
Generated servlet error:
C:\programs\Apache Software Foundation\Tomcat
5.0\work\Catalina\localhost\opencms\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\com_extores_calendar\jsptemplates\CalendarPage_jsp.java:63:
package com.extores.calendar does not exist
calbean =
(com.extores.calendar.CalendarContentDefinition)
_jspx_page_context.getAttribute("calbean",
PageContext.PAGE_SCOPE);
^
An error occurred at line: 2 in the jsp file:
/WEB-INF/jsp/offline/system/modules/com.extores.calendar/jsptemplates/CalendarPage.jsp
Generated servlet error:
C:\programs\Apache Software Foundation\Tomcat
5.0\work\Catalina\localhost\opencms\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\com_extores_calendar\jsptemplates\CalendarPage_jsp.java:65:
package com.extores.calendar does not exist
calbean = new
com.extores.calendar.CalendarContentDefinition();
^
I am not getting why these error occurs and how it
would be resolved?
An error occurred at line: 22 in the jsp file:
/WEB-INF/jsp/offline/system/modules/com.extores.calendar/jsptemplates/CalendarPage.jsp
Generated servlet error:
C:\programs\Apache Software Foundation\Tomcat
5.0\work\Catalina\localhost\opencms\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\com_extores_calendar\jsptemplates\CalendarPage_jsp.java:93:
cannot resolve symbol
symbol : class CalendarContentDefinition
location: class
org.apache.jsp.WEB_002dINF.jsp.offline.system.modules.com_extores_calendar.jsptemplates.CalendarPage_jsp
CalendarContentDefinition bean;
^
An error occurred at line: 104 in the jsp file:
/WEB-INF/jsp/offline/system/modules/com.extores.calendar/jsptemplates/CalendarPage.jsp
Generated servlet error:
C:\programs\Apache Software Foundation\Tomcat
5.0\work\Catalina\localhost\opencms\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\com_extores_calendar\jsptemplates\CalendarPage_jsp.java:195:
cannot resolve symbol
symbol : class CalendarContentDefinition
location: class
org.apache.jsp.WEB_002dINF.jsp.offline.system.modules.com_extores_calendar.jsptemplates.CalendarPage_jsp
bean = (CalendarContentDefinition)it.next();
^
6 errors