如何在 WIndows 7 64 位上将 JDK 而不是 JRE 设置为默认 JVM?
我尝试安装 Android SDK,但它说 JRE 不够,它需要 JDK,我已经从 Oracle 网站安装了 JDK。我确信它已安装,因为我有一个使用 JDK 而不是 JRE 运行的 Eclipse,但它是手动配置的。如何让android SDK安装程序识别JDK?
Im trying to install Android SDK but it says that JRE is not enough and that it needs JDK, I already installed JDK from Oracle website. I'm sure it is installed 'cause I have an eclipse running with the JDK intead of JRE but it was configured manually. How can I make the android SDK installer recognize the JDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
无论您的操作系统如何,Eclipse、VisualVM 和 Andriod SDK 等 32 位应用程序都只能在 32 位 JDK 上运行。所以你需要安装 32 位 JDK 并设置它的路径。如果您混合使用应用程序(例如 64 位 Eclipse 和 32 位 Android),这真的很令人沮丧:(
32-bit applications like Eclipse, visualvm and Andriod SDK will run only on 32-bit JDK regardless on your operating system. So you need to install 32-bit JDK and set your paths to it. It's really frustrating if you have a mix of apps, say, 64bit Eclipse and 32-bit Android :(
在win7 64位下
复制整个路径,现在右键单击我的电脑>属性>高级选项卡>环境变量,并在该行前面添加分号后将上述字符串附加到路径中
In win7 64 bit
copy the whole path and now right click on my computer>properties>advanced tab> environment variables and append the above string to the path after adding semicolon before this line
IMO,这个问题包括几个部分:
IMO, this problem includes several parts: