themeinstaller/source/scripts/ThemeInstaller.sh
changeset 6 58764cb313d3
parent 3 b4183b61e0c7
child 7 621da59dafb4
child 9 a0303864c0d4
equal deleted inserted replaced
3:b4183b61e0c7 6:58764cb313d3
     1 #!/bin/sh
       
     2 
       
     3 #
       
     4 # Configuration
       
     5 #
       
     6 
       
     7 # Directory where JRE has java executable has been installed to
       
     8 JRE_BIN_DIR=/home/TransCrescent/rossi/jre1.5.0_12/bin
       
     9 # Directory where ThemeInstaller has been installed to
       
    10 TI_DIR=.
       
    11 
       
    12 #Launch ThemeInstaller
       
    13 
       
    14 PATH=$JRE_BIN_DIR/:$PATH
       
    15 java -Dfile.encoding=ISO8859_1 -classpath $TI_DIR/ThemeInstaller.jar:$TI_DIR/lib/batik-util.jar:$TI_DIR/lib/xml-apis-ext.jar:$TI_DIR/lib/batik-css.jar:$TI_DIR/lib/xercesImpl.jar com.nokia.tools.themeinstaller.ui.ThemeInstaller $1 $2 $3 $4 $5 $6