#!/bin/bash # folder containing Aptana PROGDIR=`dirname "$0"` cd "$PROGDIR" # classpath argument for Java CP=`find plugins/org.eclipse.help.base_*.jar` if [ ! -f eclipse ]; then # Copy AptanaStudio eclipse launcher file to # 'eclipse' so that standalone.Help doesn't fail. cp AptanaStudio eclipse fi echo Launching Aptana help. Do not close this window until you are done echo browsing the documentation. java -classpath "$CP" org.eclipse.help.standalone.Help -command displayHelp