MyEclipse8.0下运行总出现error exist in required project 工程名proceed with launch?
今天视图导个项目的 但是没导成功 后来之前的的项目都报这个错 展开
error exist in required project:存在于所需项目中的错误。
package org.apache.ant.demo;
public class Test {
private String name = "";
private String passwd = "";
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getPasswd() {
return passwd;
}
public void setPasswd(String passwd) {
this.passwd = passwd;
}
}
build.xml
<?xml version="1.0" encoding="UTF-8"?>
扩展资料:
MyEclipse8.0 M1 发布,包含:Eclipse Galileo、Struts 2 和Eclipse Profiler
更新内容包括下面几项:
JavaProfiler
· profile Eclipse plugins
· streamlined interface
· available standalone
Struts 2 Support
· for anyWebproject
· helpful content-assist
MyEclipse Lite
· customize your IDE
· manage MyEclipse modules
参考资料来源:百度百科-MyEclipse
error exist in required project:存在于所需项目中的错误。
解决办法:
把Lib下面所有的包引入类库就行了,是Lib下面有dataExch.jar 但是类库下面没有所以保存。
操作是这样的:在zsk/web/WEB-INF/lib点中没加入类库的包右键=》build path=> add to build path,即可解决。
[application-context.xml]: 文件内容配置错误:
1 Failed to convert property value of type 'java.lang.String' to required type 'int' for property 'maxActive'; nested exception is java.lang.NumberFormatException: For input string: "${dbcp.maxActive}"
Failed to convert property value of type 'java.lang.String' to required type 'int' for property 'maxActive'; nested exception is java.lang.NumberFormatException: For input string: "${dbcp.maxActive}"
2012-08-08
是MyEclipse的