Note: The $JAVA_PATH statement is displayed here on multiple lines for readability, but is a single line in the actual script file.
#!/bin/sh # ProfManAuto: A wrapper script for the ProfManAuto utility. # Invokes the Java VM # Please make sure the java path is correct JAVA_PATH=@JAVA_PATH@ export JAVA_PATH # SAS VJR path vjrpath=@VJR_PATH@ export vjrpath $JAVA_PATH -cp "$vjrpath/eclipse/plugins/sas.launcher.jar" -Djava.system.class.loader=com.sas.app.AppClassLoader -Dsas.app.launch.config=./picklist -Dsas.app.repository.path="$vjrpath/eclipse" -Dsas.ext.config=./sas.ext.config -Dlog4j.configuration=file:./log4j.properties com.sas.solutions.profitability.client.automation.Application "$@"