HOME指向错误的地方

HOME指向错误的地方

本文介绍了JAVA_HOME指向错误的地方的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我似乎有一个错误指定的JAVA_HOME变量。我可以绕过很多事情,但现在我似乎被卡住了。我尝试使用Google App Engine并上传应用程序。



当我这样做时,我得到的错误是:

我不明白为什么它在那里,正在执行echo%JAVA_HOME%给我:

这是Java实际存在的地方。我想我最好的希望可能就是把Java放在寻找它的地方 - 你能想到更好的东西。

解决方案

看起来可能是一个bug:





的建议解决方法/解决方案,但在错误条目中似乎很有希望:


I seem to have an incorrectly specified JAVA_HOME variable. I can get around it for many things but now I am seem to be stuck. I am trying to use the Google App Engine and upload an application.

When I do so I get the error that the error:

I don't understand why it is looking there, doing echo %JAVA_HOME% gives me:

Which is where Java actually is. I am thinking my best hope might be to just put Java where it is looking for it - can you think of anything better.

解决方案

Looks like it's possibly a bug:

http://code.google.com/p/googleappengine/issues/detail?id=1226

There are lots of suggested workarounds/solutions, but comment #24 in the bug entry seems promising:

这篇关于JAVA_HOME指向错误的地方的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 16:55