Error opening zip file or JAR manifest missing的解决方法

错误描述:

MyEclipse中启动Tomcat(debug)的时候就出现Error starting Tomcat : 

A configuration error occured during startup. Please verify the preference field with the prompt: Error opening zip file or JAR manifest missing:D:\Program Files\...这个错误,如下图:


解决方法:

打开MyEclipse,点击Window->Preferences->MyEclipse Enterprice Workbench->Servers->Tomcat->选择你的Tomcat(比如Tomcat 7.x)

然后点左边的三角形->点击JDK->Optional Java VM arguments如下图所示:


检查里面的配置是否含有引入jar包,如果有确认引入路径中是否有空格,如果有请更改jar所在路径目录名,确保路径中不含空格和中文。

PS:(其他类似Error opening zip file or JAR manifest missing的错误解决思路差不多,首先排查路径下是否包含所需jar文件,然后再检查路径是否包含空格和中文)。

posted @ 2017-05-22 14:19  邱明成  阅读(20339)  评论(0编辑  收藏  举报