myeclipse引入工程后运行出错



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

因为你项目建的时候用的是Tomcat5.x 服务器 ,现在项目用的不是TOmcat5.x  ,你必须把服务器改成 5.x 以上版本就不会报错了
具体办法:
项目 右键-->buildpath --> configure Build Path -->双击JRE System.library[jdk....]-->Alternate JRE -->选择你本机安装的JDK目录就可以了
///////////////////
MyEclipse An internal error occurred during: "Processing Dirty Regions". 问题处理方法
   在用Eclipse3.3.2+MyEclipse6.0编辑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……移动到其他位置或者删除即可。




最新:发现Eclipse3.3.2+MyEclipse6.5也有这个问题!

你可能感兴趣的:(eclipse,tomcat,MyEclipse,服务器,Google,processing)