Android Studio does not point to a valid jvm

环境变量 JAVA_HOME的值,去掉后面的分号,一般情况下就可以启动

转载于:https://www.cnblogs.com/Sunnor/p/5516836.html

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、付费专栏及课程。

余额充值