[Title] change emulator binary name for windows
authorhyunsik.noh <hyunsik.noh@samsung.com>
Thu, 15 Mar 2012 09:58:19 +0000 (18:58 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Thu, 15 Mar 2012 09:58:19 +0000 (18:58 +0900)
[Type] work
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Id26a3de1f69672fd324a17ea59fd4425f857beb1

org.tizen.common.connection/src/org/tizen/common/connection/ui/ConnectionExplorer.java

index a572d5c..e9d34a5 100644 (file)
@@ -81,7 +81,7 @@ public class ConnectionExplorer extends ViewPart {
        private static final String BINARYMESSAGE = "Emulator is not installed or install path is not valid.";
        private static final String EMULATOR_PATH = InstallPathConfig
                        .getEmulatorPath();
-       private static final String EMULATOR_BATCH = "bin" + File.separatorChar + "emulator-manager.exe";
+       private static final String EMULATOR_BATCH = "bin" + File.separatorChar + "emulator-manager.bat";
        private static final String EMULATOR_BINARY = "bin" + File.separatorChar + "emulator-manager";
 
        public static ConnectionExplorer gerDefault() {