Make sure to fetch Java libaries

master
Ismael Barros 2014-04-19 21:01:47 +02:00
parent a501dd3ff3
commit 44b0327a88
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ cd "$APPDIR"
. ./util.sh
export PATH="$PWD/jre1.7.0_17/bin:${PATH}"
export LD_LIBRARY_PATH="$PWD/jre1.7.0_17/lib/i386:${LD_LIBRARY_PATH}"
[ -z "$*" ] && show_usage "usage.txt"