2016-10-18 37 views
1

我最近从CVS签出了一个项目。我收到一个错误:无法在日食中解析为变量

nl无法解析为变量。

其他员工在他们的项目中不会遇到这个错误。我认为这与配置有关。

String captchaTextInServer = (String)request.getSession() 
       .getAttribute(
        nl.captcha.servlet.Constants.SIMPLE_CAPCHA_SESSION_KEY); 

我的Eclipse:Marse 2.0 JDK 1.6 的Tomcat:6.0.37

感谢您的帮助。

回答

0

该错误是由于jar文件之一。 应该将一个Class jar文件添加到classpath中。