Help: How to install "Makelangelo Software"
Shop › Forum › Makelangelo Polargraph Art Robot › Help: How to install "Makelangelo Software"
- This topic has 18 replies, 3 voices, and was last updated 8 years, 2 months ago by Anonymous.
-
AuthorPosts
-
2016-08-27 at 10:40 #10644AnonymousInactive
when i click on “start windows” this is what they give me: “” java not found “”
2016-08-27 at 11:44 #10645DanKeymasterSounds like you don’t have Java installed. https://java.com/en/download/
2016-08-27 at 14:14 #10649AnonymousInactiveno,i already have the same version on my laptop .thank for advance
2016-08-27 at 15:44 #10654DanKeymaster> ERROR: The system was unable to find the specified registry key or value.
> ERROR: The system was unable to find the specified registry key or value.
> Java not found.
> Press any key to continue . . .Something like that?
I made some fixes to the start windows.bat file. Get the latest version here and let me know if it helps.
https://github.com/MarginallyClever/Makelangelo-software/blob/master/start%20windows.bat
2016-10-11 at 06:15 #11229AnonymousInactiveHi!
I’m having the exact same issue with the *.bat file (on windows 10)
It says that 64 bit java is installed, but it can’t find the regidtry key or value.The link just above doesn’t work neither…
Thanks for any help
2016-10-11 at 09:21 #11233DanKeymaster@toulouse – Did you try https://github.com/MarginallyClever/Makelangelo-software/blob/master/start%20windows.bat ?
Please copy paste the output so I can exactly what happened.2016-10-11 at 10:01 #11234AnonymousInactiveYes i tried to go to this link but it send me to 404 error :/
here what i got when i run the *.bat :
64 bit Windows
64 bit Java installed.
Erreur : Erreur : le système n’a pas trouvé la clé ou la valeur de Registre spécifiée.
Erreur : Erreur : le système n’a pas trouvé la clé ou la valeur de Registre spécifiée.
Java not found.
Appuyez sur une touche pour continuer…traducing:
error : error : system can’t find the specified registry key or value
2016-10-11 at 10:40 #11236DanKeymaster2016-10-11 at 10:52 #11237AnonymousInactiveok this link works, but I think this *.bat is the one I was already using….I’ve got the same issue.
Probably I am doing something wrong!?
Does it need to be install(copy) on the system disk?2016-10-11 at 11:06 #11238DanKeymasterplease try:
– start command prompt (type cmd in cortana to get command prompt, then click it.)
– run REG QUERY “HKLM\Software\JavaSoft\Java Runtime Environment” and post the results.
– run REG QUERY “HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment” and post the results.2016-10-11 at 11:11 #11240AnonymousInactiveMicrosoft Windows [version 10.0.10586]
(c) 2015 Microsoft Corporation. Tous droits réservés.C:\Users\christophe>REG QUERY “HKLM\Software\JavaSoft\Java Runtime Environment”
Erreur : Erreur : le système n’a pas trouvé la clé ou la valeur de Registre spécifiée.C:\Users\christophe>REG QUERY “HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment”
HKEY_LOCAL_MACHINE\Software\Wow6432Node\JavaSoft\Java Runtime Environment
CurrentVersion REG_SZ 1.8
BrowserJavaVersion REG_SZ 11.101.2HKEY_LOCAL_MACHINE\Software\Wow6432Node\JavaSoft\Java Runtime Environment\1.8
HKEY_LOCAL_MACHINE\Software\Wow6432Node\JavaSoft\Java Runtime Environment\1.8.0_1012016-10-11 at 11:12 #11241DanKeymasterOk, now please run REG QUERY “HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment\%CurVer%” /v JavaHome
2016-10-11 at 11:14 #11243AnonymousInactiveMicrosoft Windows [version 10.0.10586]
(c) 2015 Microsoft Corporation. Tous droits réservés.C:\Users\christophe>REG QUERY “HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment\%CurVer%” /v JavaHome
Erreur : Erreur : le système n’a pas trouvé la clé ou la valeur de Registre spécifiée.ps : tks for your time
2016-10-11 at 11:19 #11244DanKeymasterWe’ve ruled out a problem with your installation of JAVA …. Aha!
Open start windows.bat in a text editor. Find
:32in64 @ECHO 32 bit Java installed on 64 bit Windows. Whoops? FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment\%CurVer%" /v JavaHome') DO set JAVA_HOME=%%B GOTO endos
and change it to read
:32in64 @ECHO 32 bit Java installed on 64 bit Windows. Whoops? FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment" /v CurrentVersion') DO set CurVer=%%B FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment\%CurVer%" /v JavaHome') DO set JAVA_HOME=%%B GOTO endos
2016-10-11 at 11:25 #11245AnonymousInactiveI did it…and unfortunatly i’ve got the same error…
2016-10-11 at 11:46 #11246DanKeymasterHuh.
Please try command prompt: REG QUERY “HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment” /v CurrentVersion and post the result.
2016-10-11 at 11:48 #11248AnonymousInactiveMicrosoft Windows [version 10.0.10586]
(c) 2015 Microsoft Corporation. Tous droits réservés.C:\Users\christophe>REG QUERY “HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment” /v CurrentVersion
HKEY_LOCAL_MACHINE\Software\Wow6432Node\JavaSoft\Java Runtime Environment
CurrentVersion REG_SZ 1.82016-10-11 at 13:22 #11249DanKeymasterSo… here’s the wierd thing. Your registry keys store JAVA settings in
HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment
Which is only supposed to happen if you have 32 bit Java in 64 bit windows.
REG QUERY "HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment" /v CurrentVersion
Works on its own, which finds the current version.
FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\Wow6432Node\JavaSoft\Java Runtime Environment" /v CurrentVersion') DO set CurVer=%%B IF DEFINED "%CurVer%" (GOTO 32in64) ELSE (GOTO 64in64)
Does not appear to be setting the CurVer value, so the batch thinks you have 64 bit Java in 64 bit windows, and then tries to call
FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment" /v CurrentVersion') DO set CurVer=%%B FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment\%CurVer%" /v JavaHome') DO set JAVA_HOME=%%B
Which points to the wrong location, HKLM\Software\JavaSoft\Java Runtime Environment.
I don’t know why IF DEFINED “%CurVer%” (GOTO 32in64) ELSE (GOTO 64in64) is failing. Any ideas?
2016-10-12 at 07:49 #11252AnonymousInactiveOk I found a solution. On the jaa website it says that we might need to install both 32 and 64 bit version. So I install the 64 bit version and now it warks!
Thanks again for the support.
-
AuthorPosts
- You must be logged in to reply to this topic.