jdk的设置及安装android studio提示does not point to a valid jvm问题

设置方法:

  • 我的电脑->属性->高级->环境变量->系统变量中添加以下环境变量:
  • JAVA_HOME值为:安装JDK的目录, 我的为C:\Program Files\Java\jdk1.8.0_05(安装时候有路径选择,复制下来即可)
  • CLASSPATH值为:.;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\bin;(注意前面的".;"要加上,如果没有则新建)
  • Path: 在开始追加 .;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;(注意前面的".;"要加上,如果没有则新建)

 

上面的方法是在网上搜的,没什么错误,但我在设置的时候把JAVA_HOME值写成了C:\Program Files\Java\jdk1.8.0_05;   ,就是后面多了个分号,运行java命令没问题,所以认为环境变量设置没问题。于是安装android studio,无法运行,提示"dose not point to a valid jvm",根据网上搜索到的类似问题,增加了JDK_HOME,ANDROID_STUDIO_JDK变量,值跟JAVA_HOME一样,但都没法解决问题。

运行studio.bat查看问题,提示“ERROR: cannot start Android Studio. No JDK found. Please validate either ANDROID_STUDIO_JDK, or JDK_HOME or JAVA_HOME points to valid JDK installation. ECHO is off. Press any key to continue . . .”。

于是又是一通搜索,终于在这个页面“http://stackoverflow.com/questions/16574189/android-studio-installation-on-windows-7-fails-no-jdk-found”得到了提示,有个哥们说:

This MOSTLY worked for me. I am running 64 bit windows and JDK 1.7.0. I tried adding both JDK_HOME and JAVA_HOME with "c:\Program Files\Java\jdk1.7.0\". It still would not load. However, I capitalized the "C" and removed the trailing slash and it works now: "C:\Program Files\Java\jdk1.7.0" –  ASeale May 16 '13 at 12:08

跟我一样是64位系统,于是检查我输入的JAVA_HOME值,试着去掉后面的分号,果然得以启动,小小问题竟然折腾了我快2天啊。。。

转发来自;https://www.cnblogs.com/huangfr/p/3895343.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
As an AI language model, I do not have the ability to know your exact situation. But I can give a general answer to your question. The error message "does not point to a valid JVM installation" often occurs when trying to run a Java program and the system cannot find the Java Virtual Machine (JVM) or the path to the JVM is not set correctly. To fix this error, you need to ensure that the JVM is installed on your system and the path to the JVM is set correctly in your environment variables. Here are the steps to follow: 1. Check if the JVM is installed on your system. You can do this by running the command "java -version" in your terminal or command prompt. If the JVM is installed, you should see the version information. 2. If the JVM is not installed, download and install the latest version of the JVM from the official Java website. 3. Set the path to the JVM in your environment variables. The steps to do this vary depending on your operating system. Here are the general steps: - Windows: Go to Control Panel > System > Advanced System Settings > Environment Variables. Under System Variables, click on New and add the path to the JVM's bin folder (e.g. C:\Program Files\Java\jre1.8.0_281\bin) to the PATH variable. - Mac OS X: Open Terminal and type "vim ~/.bash_profile". Add the following line to the file: export PATH=$PATH:/Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home/bin. Save and exit the file. - Linux: Open Terminal and type "sudo nano /etc/environment". Add the following line to the file: PATH="/usr/lib/jvm/java-8-openjdk-amd64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games". Save and exit the file. 4. Restart your terminal or command prompt and try running your Java program again. The error message should no longer appear.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值