kataventos / KV-OSD-Team

OSD for Multiwii
kvteamosd.com
1 stars 0 forks source link

GUI does not work with updated Java (Version 1.8.*) #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update Jave
2. Start OSD GUI

What is the exact brand and model of hardware you´r using?
MinimOSD

What is the expected output? What do you see instead?

---------------------------
Java Virtual Machine Launcher
---------------------------
Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion'
has value '1.8', but '1.7' is required.
---------------------------
OK   
---------------------------

What official OSD version are you using?
KVOSD 2.2

Original issue reported on code.google.com by dafes1...@gmail.com on 11 Jan 2015 at 10:42

GoogleCodeExporter commented 9 years ago
This also affects 2.3. You solve this by doeing the following steps:

1.) Open regedit
2.) Navigate to:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment] 
AMD64
or
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment] X86
3.) Change "CurrentVersion"to "1.7"

Original comment by dafes1...@gmail.com on 11 Jan 2015 at 10:47