Hello OpenEMM,
I have OpenEMM 2013 installed on a Windows 2008 R2 server with Tomcat 6 en JDK 7. After running the setup.bat i'll keep getting the messsage of JDK not found. JAVA_HOME=C:\Program Files\Java\jdk1.7.0_25 and in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\CurrentVersion Data 1.7
I've tried it with JDK 1.6.045 with the same result.
What can i do to fix this?
Regards,
Johan
Setup 2013 - JDK not found
Moderator: moderator
Re: Setup 2013 - JDK not found
Hello OpenEMM,
I found the source of my problem. The python function agn.winregFind returns "None" and can not find the location of r'SOFTWARE\JavaSoft\Java Development Kit' in this function call : agn.winregFind (jdkkey, 'CurrentVersion'). agn.py is loaded because it return the path of agn.pythonpath
Is this a bug and is there a workaround?
Regards,
Johan
I found the source of my problem. The python function agn.winregFind returns "None" and can not find the location of r'SOFTWARE\JavaSoft\Java Development Kit' in this function call : agn.winregFind (jdkkey, 'CurrentVersion'). agn.py is loaded because it return the path of agn.pythonpath
Is this a bug and is there a workaround?
Regards,
Johan
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Setup 2013 - JDK not found
OpenEMM was developed on Linux and the Win32 version was created on Windows XP. No other Windows version was ever tested by the original developers.
OpenEMM Maintainer