source: trunk/icedtea-web/launcher/itweb-settings.in@ 404

Last change on this file since 404 was 348, checked in by dmik, 13 years ago

vendor: Add icedtea-web v1.1.2 to current.

File size: 394 bytes
Line 
1#!/bin/sh
2
3JAVA=@JAVA@
4LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
5LAUNCHER_FLAGS=-Xms8m
6CLASSNAME=net.sourceforge.jnlp.controlpanel.CommandLine
7BINARY_LOCATION=@ITWEB_SETTINGS_BIN_LOCATION@
8PROGRAM_NAME=itweb-settings
9
10${JAVA} ${LAUNCHER_BOOTCLASSPATH} ${LAUNCHER_FLAGS} \
11 -Dicedtea-web.bin.name=${PROGRAM_NAME} \
12 -Dicedtea-web.bin.location=${BINARY_LOCATION} \
13 ${CLASSNAME} \
14 $@
15
Note: See TracBrowser for help on using the repository browser.