fixed the bug
authorjihye kim <jihye1128.kim@samsung.com>
Mon, 16 Sep 2013 07:48:36 +0000 (16:48 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Mon, 16 Sep 2013 07:48:36 +0000 (16:48 +0900)
- change finding javaw path routine at 64bit windows (add Wow6432Node)

Change-Id: I13848b42c0d8ac42d624836f6d3af79d9efe77bd
Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
common-project/supplement/emulator-manager.c
package/changelog
package/pkginfo.manifest

index ec88797..bc66995 100644 (file)
@@ -68,7 +68,7 @@ int getJavaPath(char** java_path)
        DWORD dwSubKeyNameMax = MAX;\r
        DWORD dwBufLen = MAX;\r
 \r
-    RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\JavaSoft\\Java Runtime Environment", 0,\r
+    RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\Wow6432Node\\JavaSoft\\Java Runtime Environment", 0,\r
                                      KEY_QUERY_VALUE | KEY_ENUMERATE_SUB_KEYS | MY_KEY_WOW64_64KEY , &hKey);\r
     RegEnumKeyEx(hKey, 0, (LPSTR)strSubKeyName, &dwSubKeyNameMax, NULL, NULL, NULL, NULL);\r
     strcpy(strChoosenName, strSubKeyName);\r
index bc3cddb..21a5a73 100644 (file)
@@ -1,3 +1,8 @@
+* 2.4.6
+- fixed the bug
+- change finding javaw path routine at 64bit windows (add Wow6432Node)
+== jihye kim <jihye1128.kim@samsung.com> 2013-09-16
+
 * 2.4.5
 - fixed the bug
 - if plugin does not implement all extension point, em can not load that plugin
index 7c82574..33aa23f 100644 (file)
@@ -1,5 +1,5 @@
 Source: emulator-manager
-Version: 2.4.5
+Version: 2.4.6
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 
 Package: emulator-manager