gpt4 book ai didi

java - 打开 zip 文件时出错或缺少 : C:\Program 的 JAR list

转载 作者:太空狗 更新时间:2023-10-29 22:43:23 28 4
gpt4 key购买 nike

我正在执行来自 https://developers.google.com/appengine/docs/java/webtoolsplatform#dynamic_web_project 的步骤“在服务器上运行项目”我遇到了一个问题:

Error occurred during initialization of VM agent library failed to init: instrument Error opening zip file or JAR manifest missing : C:\Program

另一个人在这里报告了类似的问题:Error opening zip file or JAR manifest missing : C:/Program .但解决方案适用于一组不同的技术。我正在使用 Eclipse、Web 工具平台和 Google-App-Engine。

很可能是因为我的 Java 安装在 C:\Program Files 中,该目录包含一个空格。但我不确定如何解决这个问题。我不确定如何安全地将 Java\jre7 目录移动到一个没有空格的目录。

最佳答案

来自 Google Cloud Platform Support 的 Jordan Fish 帮助我解决了这个问题。他说:

As far as the error message when you try to start the dev_appserver, I believe this is probably due to a vm argument in the run configuration for your project. Can you please go to the run configuration (with the project selected, go to the Run menu and select Run Configurations), click on the Arguments tab, and see what is listed in the VM arguments text box?

这是我最初的 VM 参数:

-javaagent:C:\Program Files\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.9.4\appengine-java-sdk-1.9.4\lib\agent\appengine-agent.jar -Xmx512m -Dappengine.fullscan.seconds=5 -Ddatastore.default_high_rep_job_policy_unapplied_job_pct=50

这是我将其更改为(在作为 -javaagent: 参数传递的目录周围添加双引号):

-javaagent:"C:\Program Files\eclipse\plugins\com.google.appengine.eclipse.sdkbundle_1.9.4\appengine-java-sdk-1.9.4\lib\agent\appengine-agent.jar" -Xmx512m -Dappengine.fullscan.seconds=5 -Ddatastore.default_high_rep_job_policy_unapplied_job_pct=50

这解决了我的问题,我能够从 https://developers.google.com/appengine/docs/java/webtoolsplatform#dynamic_web_project 完成步骤“在服务器上运行项目”

关于java - 打开 zip 文件时出错或缺少 : C:\Program 的 JAR list ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23530157/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com