Menu

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

Download this file

4 lines (3 with data), 273 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.GWTShell -out "$APPDIR/www" "$@" com.algorithmstudy.visualizer.AlgorithmVisualizer/AlgorithmVisualizer.html;
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.