Menu

[f608e7]: / AlgorithmVisualizer / AlgorithmVisualizer-compile  Maximize  Restore  History

Download this file

4 lines (3 with data), 251 Bytes

#!/bin/sh
APPDIR=`dirname $0`;
java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/bin:$GWT_HOME/gwt-user.jar:$GWT_HOME/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" com.algorithmstudy.visualizer.AlgorithmVisualizer;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.