myeclipse引入工程后运行出错

An internal error occurred during: Launching efax on Tomcat 7.x . 项目运行时报错 

因为你项目建的时候用的是Tomcat5.x 服务器 ,现在项目用的不是TOmcat5.x  ,你必须把服务器改成7.x 以上版本就不会报错了
具体办法:
项目 右键-->buildpath --> configure Build Path -->双击JRE System.library[jdk....]-->Alternate JRE -->选择你本机安装的JDK目录就可以了
///////////////////
MyEclipse An internal error occurred during: "Processing Dirty Regions". 问题处理方法
   在用Eclipse3.7.2+MyEclipse8.5编辑jsp网页的时,有时候会出弹出个框框,内容:


     An internal error occurred during: "Processing Dirty Regions". 
     org/eclipse/wst/sse/ui/internal/reconcile/validator/ValidationHelper               
   Google了一下,发现这是由于MyEclipse和Eclipse中组件or.eclipse.wst.sse.ui版本冲突引起的。

解决办法如 下: 在Eclipse目录下找到文件or.eclipse.wst.sse.ui_1.0……移动到其他位置或者删除即可。

 

在window>preferences>MyEclipse Enterprise Workbench->servers->Tomcat->对应的版本下->点击有个jdk。
找到你安装tomcat的位置,还有就是在那个页面里把tomcate server里的Enable改为Disable就应该行了,这里应该注意,希望对你有用
posted @ 2014-07-10 17:41  fxcl  阅读(377)  评论(0编辑  收藏  举报