简体   繁体   English

我正在安装HANA Studio,并且已经下载了JDK 1.8和JDK 1.7。 如何将HANA Studio安装指向JDK 1.7?

[英]I am installing HANA Studio and I have JDK 1.8 and JDK 1.7 downloaded. How do I point the HANA Studio install towards JDK 1.7?

I am installing HANA Studio and I have JDK 1.8 and JDK 1.7 downloaded. 我正在安装HANA Studio,并且已经下载了JDK 1.8和JDK 1.7。 I use JDK 1.8 for Eclipse and some other things I am working on however when I try to install HANA Studio through the SAP HANA Lifecycle Management application, I am met with an error saying that JDK 1.8 can be find and the others cannot. 我将JDK 1.8用于Eclipse和其他正在处理的东西,但是当我尝试通过SAP HANA Lifecycle Management应用程序安装HANA Studio时,遇到一个错误,指出可以找到JDK 1.8,而其他则找不到。 Below are the scenarios I have gone through before attempting another reinstall...without a successful: 以下是我尝试再次重新安装之前经历的方案...但未成功:

-Downloaded 1.6 and 1.7 -下载1.6和1.7

-Deleted all JDK/JRE's in windows explorer, re-downloaded just 1.6 and 1.7 -删除Windows资源管理器中的所有JDK / JRE,仅重新下载1.6和1.7

-gone into Control Panel > Java > Add JDK > navigated to 1.6 -gone进入控制面板> Java>添加JDK>导航到1.6

-gone into Control Panel > Java > Add JDK > navigated to 1.7 -gone进入控制面板> Java>添加JDK>导航到1.7

What else do you think I should try? 您认为我还应该尝试什么? I need to get this within the next 2 days please. 我需要在接下来的2天内得到此信息。 Thank you!! 谢谢!!

You need to add JAVA_HOME in your environment variable. 您需要在环境变量中添加JAVA_HOME。 Then also add it %PATH% until bin directory. 然后还将它添加到%PATH%直到bin目录。

And later check the same by opening command and running JAVA : This should list all the functions associated with the JAVA. 然后,通过打开命令并运行JAVA进行检查:这应该列出与JAVA相关的所有功能。

Then you can install HANA Studio 然后您可以安装HANA Studio

Just add the "C:\\Program Files\\Java\\jre7\\bin" to the path... 只需将“ C:\\ Program Files \\ Java \\ jre7 \\ bin”添加到路径...

Start --> Right click computer --> Properties --> advanced systemsettings --> Enviroment variables --> path 开始->右键单击计算机->属性->高级系统设置->环境变量->路径

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Ubuntu 上从 JDK 1.7 迁移到 JDK 1.8 - Moving from JDK 1.7 to JDK 1.8 on Ubuntu 我如何使用 JDK 1.7 运行 jersey 2.26? - how can i run jersey 2.26 with JDK 1.7? JDK版本在Android Studio中自动重置为1.7 - Jdk version automatically resets to 1.7 in android studio Visual Studio Code 显示“请下载并安装 JDK 来编译您的项目...”虽然我下载并安装了最新的 JDK 版本 - Visual Studio Code showing" Please download and install a JDK to compile your project..." Althought I downloaded and install the newest JDK version 如何在CentOS 6.4上安装jdk 1.7 - How to install jdk 1.7 on CentOS 6.4 如何使用Oracle针对Mac的新1.7 JDK运行Eclipse? - How do I run Eclipse using Oracle's new 1.7 JDK for the Mac? 如何在 Heroku 中将 JDK 1.8 更改为 JDK 11? - How can I change JDK 1.8 to JDK 11 in Heroku? 我不能将Android Studio与JDK 1.8一起使用。 还有其他人有这个问题吗? - I cannot use Android Studio with JDK 1.8. Does anyone else have this issue? 我一直在尝试安装jdk7u10,下载后无法安装 - I have been trying to install a jdk7u10 and im having trouble installing it after its downloaded 每次更新到1.8路径时,Android Studio JDK位置都会更改回1.7 - Android Studio JDK location changes back to 1.7 every time it is updated to 1.8 path
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM