OpenEMM installation in windows 7

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

vijaya
Posts: 28
Joined: Wed May 13, 2015 9:04 am

OpenEMM installation in windows 7

Post by vijaya »

Hi All,

I am installating OpenEMM 2015 in windows 7. I have successfully install below software
1. Jdk 1.7
2. MySQL 5.1
3.Python 2.7.9
4.Mysql-python 2.7
5.Tomcat 7.

But while installing the OPenEMM 2015, I observe the error "JDK not found".

Please could any one guide me in resolving this issue.
vijaya
Posts: 28
Joined: Wed May 13, 2015 9:04 am

Re: OpenEMM installation in windows 7

Post by vijaya »

Hi All,

I was able to resolve the issue by using the JDK 1.7 with 32 bit.
lionel.page
Posts: 7
Joined: Wed Oct 21, 2015 4:09 pm

Re: OpenEMM installation in windows 7

Post by lionel.page »

Hi vijaya.
You also fix it by customizing bin\openemm.py like this (arround line 228) and set manually Javahome

#if version is None:
# error ('JDK not found')
#javahome = agn.winregFind (jdkkey + '\\' + version, 'JavaHome')
#javahome = 'C:\Program Files\Java\jre1.8.0_60' # Version x64
javahome = 'C:\Program Files (x86)\Java\jre1.8.0_66' # Version x86
Post Reply