导入play框架项目时报错Error opening zip file or JAR manifest missing : D:\play-1.2.5/framework/play-1.2.5.jar

解决的方法:

eclipse文件夹下找到 “项目名.launch”,中搜索“D:\play-1.2.5/framework/play-1.2.5.jar”。将搜索到的位置改为当前所配置环境中的“play-1.2.5.jar”的路径,就可以了.

你可能感兴趣的:(导入play框架项目时报错Error opening zip file or JAR manifest missing : D:\play-1.2.5/framework/play-1.2.5.jar)