编译某从SVN库上签出的项目报错如下:
[quote]
library-inclusion-in-archive:
library-inclusion-in-manifest:
Compiling 58 source files to E:\SCM0909\build\web\WEB-INF\classes
E:\SCM0909\src\java\byd\forms\views\Login.java:3: 无法访问 byd.mvc.render.FormStatics
错误的类文件: E:\SCM0909\lib\BYDMVC.jar(byd/mvc/render/FormStatics.class)
类文件具有错误的版本 50.0,应为 49.0
请删除该文件或确保该文件位于正确的类路径子目录中。
import byd.mvc.render.FormStatics;
1 错误
E:\SCM0909\nbproject\build-impl.xml:411: The following error occurred while executing this line:
E:\SCM0909\nbproject\build-impl.xml:232: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 3 seconds)
[/quote]
删除了这个包,重新check out还是这个错
删除整个项目,再重新check out整个项目,还是如此
在别人电脑上一点问题没有,灵异....
[quote]
library-inclusion-in-archive:
library-inclusion-in-manifest:
Compiling 58 source files to E:\SCM0909\build\web\WEB-INF\classes
E:\SCM0909\src\java\byd\forms\views\Login.java:3: 无法访问 byd.mvc.render.FormStatics
错误的类文件: E:\SCM0909\lib\BYDMVC.jar(byd/mvc/render/FormStatics.class)
类文件具有错误的版本 50.0,应为 49.0
请删除该文件或确保该文件位于正确的类路径子目录中。
import byd.mvc.render.FormStatics;
1 错误
E:\SCM0909\nbproject\build-impl.xml:411: The following error occurred while executing this line:
E:\SCM0909\nbproject\build-impl.xml:232: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 3 seconds)
[/quote]
删除了这个包,重新check out还是这个错
删除整个项目,再重新check out整个项目,还是如此
在别人电脑上一点问题没有,灵异....