java - Why isn't eclipse compiling my web app? -


when start tomcat server, linked java ee project, error listed below. 2 other people using same repository eclipse/tomcat/java , not having problems. creates package hierarchy, classes missing. tomcat develops web-inf/classes/com folders, contents empty. can me this? thank you.

 severe: context initialization failed org.springframework.beans.factory.beancreationexception: error creating bean name 'org.springframework.web.servlet.mvc.annotation.defaultannotationhandlermapping#0' defined in servletcontext resource [/web-inf/lightstanza-servlet.xml]: initialization of bean failed; nested exception org.springframework.beans.factory.cannotloadbeanclassexception: cannot find class [com.lightfoundryllc.lightstanza.login.loginvalidator] bean name 'loginvalidator' defined in servletcontext resource [/web-inf/lightstanza-servlet.xml]; nested exception java.lang.classnotfoundexception: com.lightfoundryllc.lightstanza.login.loginvalidator 

thanks help. set environment variables tomcat_home , path , things seem working :).


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -