X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=convert_to_v6.sh;h=426a10cbe801e615a017c2d2b871327ea491a100;hb=020aa910526ece05ee8514e55a9a951b45ce1fea;hp=2443c1cf086539b1016ae08d7454e9cdec1bde9a;hpb=1a8eefc20fdaaf9c8924c1ab0e98e6a594b32131;p=DictionaryPC.git 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