multidoge
multidoge copied to clipboard
Installer does not detect Java
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.
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.
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
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
Wow, never noticed that! Thank you, @KevBurnsJr!
Excelent @kevburnsjr !! Thanks You!
Sir @kevburnsjr you are a true Hero.