JAVA_HOME Issue occurs while installing Android studio - android

I have tried to install the Android Studio 64-bit operating system(windows 7 ultimate)in my machine and set the JAVA_HOME as C:\Program Files\Java\jdk1.7.0_21; in the environment variable but it's reports the following error:
The environment variable JAVA_HOME(with the value of C:\programFiles\Java\jdk1.7.0_21;)does not point to a valid JVM installation.
How can i resolve that one.

First try to run java from the directory you are using as default installation.
There could be some problems with spaces.

Firstly Update your Java Version to 1.8.x......
Be sure that your JDK is 64 Bit.
Point your JAVA_HOME variable to C:\Program Files\Java\jdk1.8.0_xx\ where "xx" is the update version number.
And be sure to put JAVA_HOME in System Variables rather than User Variables

Related

Android Studio 1.2.2 issue with JAVA_HOME

I have installed JDK 1.8u45 in my machine. Earlier I was running Android Studio 1.1.0 in my machine with JAVA_HOME environment variable pointing to JDK bin directory. It was working perfectly fine. But, I recently updated Android Studio to 1.2.2 and I am getting error with JAVA_HOME as JAVA_HOME doesn't point to a valid JVM installation.
Someone had raised a question about the same issue at following location, but there is no response.
https://code.google.com/p/android/issues/detail?id=172277
Besides, known issues page at Android Studio page doesn't site this issue.
http://tools.android.com/knownissues
While I try to launch Android Studio, I get the above error.
Could anyone please help me with this?
Change the JAVA_HOME environment variable from C:\Program Files\Java\jdkx.x.x_xx\bin to C:\Program Files\Java\jdkx.x.x_xx
You don't need to navigate to bin folder.
Change environment variable JAVA_HOME to JDK_HOME and dont include bin folder in the path.
e.g JDK_HOME="C:\Program Files\Java\JDK 1.8u45 "

Titanium setup runtime error

Iā€™m trying to set up Titanium Studio, but I get error number 1073741511 in the downloading step.
Can you tell me how to solve this or what exactly the error is?
i solved the problem by manually download and install the JDK and
add this variables below to the system environment variables :
android_sdk ā€“ The path to the Android SDK, similar (if not the same) to C:\Program Files\Android\android-sdk-windows
JAVA_HOME ā€“ The path to the JDK, similar (if not the same) to C:\Program Files\Java\jdk1.7.0_22

Cannot set JAVA_HOME

I am currently trying to compile a qt project to run on an android tablet and the build process works as expected, but when I try to deploy it, it quits saying it can't find the javac compiler because JAVA_HOME is set to the place where the JRE resides.
I have already tried adding JAVA_HOME to the build environment in Qt Creator, then in the/etc/profile file and finally outputting the JAVA_HOME variable from the script that starts ant and they all point to the correct path.
I have also tried to grep through all the files for the JRE path string literal, but this didn't yield any results.
You'd want to install the JDK. Just the JRE won't be enough.
This is because only the JDK has the Java compiler, JRE is just the Java Runtime Environment.
After a few unsuccessful attempts I found that it was in fact looking for the tools.jar file that got moved to another location in openjdk 7, even though the error messages were referring to JAVA_HOME.
I installed openjdk 6 and it works now

Getting error while installing Android SDK in windows 7 64 bit?

Hi I am trying to install android latest SDK in my windows 7 home basic 64 bit. I installed Java su 7 in my system before that. I checked java installation with java -version in cmd and the Path as well and it's giving correct . But when i try to install SDK, it says it can't find Java path.
Steps i followed while installing Java JDk.......
Downloaded JDKfrom oracle site.........
Installed it in my system..............
It's taking path C:\Program Files\Java\jdk1.6.0_35\bin....like this
I went to advanced system settings and environmental variables then system variables selected path variable clicked on edit option and added path in the end.
Again clicked on new system variable JAVA_HOME added jdk path..........
Is there any wrong in installation steps i followed.
Use JDK-6 instead of JDK-7 and then add jdk path to the system PATH and JAVA_HOME. in environment variables.
like this Computer-->Properties-->Advanced System settings-->advanced tab-->system variables-->add PATH in user variables and JAVA_HOME in System variables.

Error : set an Environment variable JAVA_HOME to point to it?

I am trying to plug-in android in to my laptop
Configuration: vista OS, 64 bit and RAM 4GB
I install the Eclipse, JDK 7 and installer_r18_windows.exe file from android site. when I try to run the windows installer it shows the message
Error:Failed to find the java version for C:\Windows\System32\java.exe: the system cannot find the file specified. and at last
if you believe you have a JDK installed and it was not properly recognized,simply set an environment variable JAVA_HOME to point to it
I don't know how to set an environment variable. How to solve this problem ?
Step 1
Make sure You have installed Java 64 bit version
Step2 copy c:\windows\system32\java.exe to c:\windows\syswow64
And last to learn How to set Environment Variables here you go
http://java.com/en/download/help/path.xml
Last Thing
If you are installing 32bit java version
Installation path will be
C:\Program Files (x86)\Java\jdk1.6.0_21\bin
If you are installing 64but java version
Installation path will be
C:\Program Files\Java\jdk1.6.0_21\bin
So set this path in Environment variables.

Categories

Resources