langerhans / multidoge

MultiDoge is a desktop Dogecoin client, powered by dogecoinj. Ported from the MultiBit Bitcoin client.
http://multidoge.org
MIT License
257 stars 110 forks source link

Installer does not detect Java #39

Open rekkitcwts opened 8 years ago

rekkitcwts commented 8 years ago

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.

DarthJahus commented 8 years ago

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.

sylveon commented 8 years ago
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
kevburnsjr commented 6 years ago

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

DarthJahus commented 6 years ago

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

alanruiz010 commented 3 years ago

Excelent @kevburnsjr !! Thanks You!

mrpekr commented 3 years ago

Sir @kevburnsjr you are a true Hero.