java_ui: fix compilation error in Windows
authorJinhyung Jo <jinhyung.jo@samsung.com>
Mon, 25 Jan 2016 10:21:01 +0000 (19:21 +0900)
committerJinhyung Jo <jinhyung.jo@samsung.com>
Tue, 26 Jan 2016 09:45:24 +0000 (18:45 +0900)
commit12cad8d887912c98f23f9f6f5cac5aabb366481b
treedf684a702b29b3e14637eb622d5cce5367e93a63
parentdb1655cf45c549a6da51e8f7503d4eeb4393dfcd
java_ui: fix compilation error in Windows

The JAVA_EXEFILE_PATH definition makes a compilation error.
And the definition is no longer needed,
because of the get_java_path() function returns a java path.
Remove the definition and modify the variable name.
Add include file in the "maruskin_client.c" for the get_java_path().

Change-Id: I937b0ab733558ada9a6ad1c6f6f73b8093ec136e
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
(cherry picked from commit 4dc427f05e081453a7dd5e0b1da5f7f4bb9ada0e)
tizen/src/emulator_common.h
tizen/src/skin/maruskin_client.c