X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=convert_to_v6.sh;fp=convert_to_v6.sh;h=426a10cbe801e615a017c2d2b871327ea491a100;hp=2443c1cf086539b1016ae08d7454e9cdec1bde9a;hb=370b6e57cca69c186cff4c2cdfd86edfdb3e2f8f;hpb=4e1cfc57d8ef4ed212dc0e9eed79c1666c937c7f diff --git a/convert_to_v6.sh b/convert_to_v6.sh index 2443c1c..426a10c 100755 --- a/convert_to_v6.sh +++ b/convert_to_v6.sh @@ -1,6 +1,6 @@ RUNNER=./DictionaryPC if ! test -x "$RUNNER" ; then - JAVA=/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java + JAVA=/usr/lib/jvm/java-8-openjdk-amd64/bin/java test -x "$JAVA" || JAVA=java RUNNER="$JAVA -classpath bin/ com.hughes.android.dictionary.engine.Runner" fi