Comment 7 for bug 1444099

Revision history for this message
frank (dallco) wrote :

From : http://forum.arduino.cc/index.php?topic=318520.0

Found a Workaround so you can stay in production with 15.04!

====

export JAVA_TOOL_OPTIONS=""

LD_LIBRARY_PATH=`pwd`/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export LD_LIBRARY_PATH

export PATH="${APPDIR}/java/bin:${PATH}"

====