Hi,
After following the steps of Sample application building tutorial, I am getting following error. I hv added all the libraries. I am using Java 6 instead of java-5 in tutorial. Can that be a problem???
C:\JDeveloper\mywork\springapp\ProjectA\src\spring app\web\HelloController.java
Error(3,43): package org.springframework.web.servlet.mvc does not exist
Error(5,39): package org.springframework.web.servlet does not exist
Error(11,34): package org.apache.commons.logging does not exist
Error(12,34): package org.apache.commons.logging does not exist
Error(16,41): cannot find symbol
Error(18,21): cannot find class Log
Error(20,12): cannot find class ModelAndView
Error(18,34): cannot find variable LogFactory
Error(25,20): cannot find class ModelAndView
PLz help.


Reply With Quote