Changeset 1018


Ignore:
Timestamp:
04/14/16 22:30:33 (8 years ago)
Author:
davidb
Message:

Change to running 'ApolloSystem' as Java main, as this give you Expeditee PLUG Music capability

Location:
trunk/script
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/script/expeditee

    r554 r1018  
    132132
    133133cd "$EXPEDITEE_HOME"
    134 java -classpath releases\\Expeditee.jar  org.expeditee.gui.Browser $*
     134java -classpath releases/Expeditee.jar  org.apollo.ApolloSystem $*
    135135
    136136
  • trunk/script/expeditee.bat

    r554 r1018  
    110110set jars=jars\JEP.jar;jars\JFreeCharts.jar;jars\activation.jar;jars\cobra.jar;jars\ext;jars\iText-2.1.3.jar;jars\jazzy-core.jar;jars\jcommon-1.0.13.jar;jars\js.jar;jars\lobo-pub.jar;jars\lobo.jar;jars\mail.jar;jars\xercesImpl.jar
    111111
    112 "%JAVA_EXECUTABLE%" -classpath %jars%;releases\Expeditee.jar org.expeditee.gui.Browser %1 %2 %3 %4 %5 %6 %7 %8 %9
     112"%JAVA_EXECUTABLE%" -classpath %jars%;releases\Expeditee.jar org.apollo.ApolloSystem %1 %2 %3 %4 %5 %6 %7 %8 %9
    113113
    114114
Note: See TracChangeset for help on using the changeset viewer.