summaryrefslogtreecommitdiffstats
path: root/src/bind/javabind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bind/javabind.cpp')
-rw-r--r--src/bind/javabind.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bind/javabind.cpp b/src/bind/javabind.cpp
index af287dc7e..7185330e8 100644
--- a/src/bind/javabind.cpp
+++ b/src/bind/javabind.cpp
@@ -479,10 +479,14 @@ static CreateVMFunc getCreateVMFunc()
*/
static void getJavaRoot(String &javaroot)
{
- javaroot = getExePath();
+ /*
+ javaroot = getExePath();
javaroot.append("\\");
javaroot.append(INKSCAPE_BINDDIR);
javaroot.append("\\java");
+ */
+ javaroot = INKSCAPE_BINDDIR;
+ javaroot.append("\\java");
}