1、Target runtime Apache Tomcat 6.0 is not defined 解决方法
在他们机器上整合好的工程在我机器上总是出现Target runtime Apache Tomcat 6.0 is 解决not defined.这个错误,找工程属性也没有,后来网上找到的方法。
在工程目录下的.settings文件夹里,打开org.eclipse.wst.common.project.facet.core.xml文件,其内容是:
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v6.0"/>
<fixed facet="jst.web"/>
<fixed facet="jst.java"/>
<installed facet="jst.java" version="5.0"/>
<installed facet="jst.web" version="2.4"/>
</faceted-project>
不要删了文件也不要全删除,要不还会有错误,删除中间几行,只留下下面三行就行
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
</faceted-project>
2、unable to open '*/WebRoot/WEB-INF/flex/libs/fds.swc'
解决方法:properties—flex Compiler 修改-services "*/WebRoot/WEB-INF/flex/services-config.xml" -locale en_US;
修改“*”为你本机的工程存放地址;
properties—Flex Build Path 修改 Library path 里面fds.swc的路径
修改Build path liabrariies 里面fds.swc 和 playerfds.swc 等包的路径,本地路径;
然后apply 就OK了
一些配置如下(视个人情况定):
Main source folder :flex_src
Output folder:WebRoot\自定义文件名
Output folder http://localhost:8080/发布工程名/自定义文件名
注意Flex Server 的发布目录 Context root:发布工程名