multidoge icon indicating copy to clipboard operation
multidoge copied to clipboard

Installer does not detect Java

Open rekkitcwts opened this issue 9 years ago • 6 comments

I happen to have Java installed but upon running the setup, I can't install because it says that Java is not detected. My Java version is 1.8.0_51 and I'm running Windows 10.

rekkitcwts avatar Sep 11 '15 12:09 rekkitcwts

It's JRE (Java Runtime Environement), that you need. Download and install JRE 6 and/or 7 from the official source. You may try this link.

Note that JRE 8 won't solve your issue, and that you can install 6, 7 and 8 at the same time, with no problem.

DarthJahus avatar Sep 13 '15 23:09 DarthJahus

C:\Windows\system32>set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_92

C:\Windows\system32>cd C:\Users\Charles\Downloads

C:\Users\Charles\Downloads>multidoge-0.1.7-windows-setup.exe

Worked for me, and I was able to install the app. I have the 1.8.0_92 JDK and JRE installed, along with JRE 1.7.0_80. The installer detected none, altough they are properly registered in the Java control panel.

And I have to do this anytime I want to run it

C:\Windows\system32>set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_92

C:\Windows\system32>cd C:\Program Files\MultiDoge-0.1.7

C:\Program Files\MultiDoge-0.1.7>multidoge.exe

sylveon avatar May 07 '16 13:05 sylveon

Make sure to install the 32-bit version of Java, even if you are on a 64-bit computer. This fixed it for me.

https://java.com/en/download/manual.jsp Download the "Windows Offline" version, not the "Windows Offline (64 bit)" version

kevburnsjr avatar Jan 06 '18 18:01 kevburnsjr

Wow, never noticed that! Thank you, @KevBurnsJr!

DarthJahus avatar Jan 06 '18 19:01 DarthJahus

Excelent @kevburnsjr !! Thanks You!

alanruiz010 avatar May 16 '21 23:05 alanruiz010

Sir @kevburnsjr you are a true Hero.

mrpekr avatar Jun 08 '21 11:06 mrpekr