Page 1 of 1

OpenEMM installation in windows 7

Posted: Wed May 13, 2015 9:10 am
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.

Re: OpenEMM installation in windows 7

Posted: Thu May 14, 2015 6:22 am
by vijaya
Hi All,

I was able to resolve the issue by using the JDK 1.7 with 32 bit.

Re: OpenEMM installation in windows 7

Posted: Thu Oct 22, 2015 9:25 am
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