play框架写的项目,在eclipse中导入。build-path中全部jar包都加入。执行程序,出现:

Error occurred during initialization of VM 

agent library failed to init: instrument

Error opening zip file or JAR manifest missing : D:\play-1.2.5/framework/play-1.2.5.jar

解决的方法:

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

这是我的解决的方法,不喜勿喷。

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2021-12-02
  • 2021-11-06
  • 2021-12-19
猜你喜欢
  • 2021-05-30
  • 2021-09-22
  • 2021-11-20
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案