File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1- java -cp openfin-desktop-java-example-6.0.1.2.jar:openfin-desktop-java-adapter-6.0.1.3-SNAPSHOT.jar:TableLayout-20050920.jar:jna-4.2.2.jar:jna-platform-4.2.2.jar:json-20140107.jar:slf4j-api-1.7.5.jar:slf4j-jdk14-1.6.1.jar:websocket-api-9.3.12.v20160915.jar:websocket-client-9.3.12.v20160915.jar:websocket-common-9.3.12.v20160915.jar:jetty-io-9.3.12.v20160915.jar:jetty-util-9.3.12.v20160915.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.installer.location=/someDir/start.sh -Dcom.openfin.demo.version=8.56.26.48 com.openfin.desktop.demo.OpenFinDesktopDemo
2-
1+ #! /usr/bin/env bash
2+ # Example shell script to launch Runtime on Mac & Linux
3+ # Since RVM is not available, this script uses openfin-cli to launch Runtime
4+ # After installing openfin-cli, the following script needs to be created as start.sh in openfin-cli root directory
5+
6+ # cd "$(dirname ${BASH_SOURCE[0]})"
7+
8+ # if [[ $1 == file:///* ]] ;
9+ # then
10+ # configFile=`echo $1 | cut -c8-`
11+ # else
12+ # configFile=$1
13+ # fi
14+ # node cli.js -l -c $configFile
15+
16+ java -cp openfin-desktop-java-example-6.0.1.2.jar:openfin-desktop-java-adapter-6.0.1.3-SNAPSHOT.jar:TableLayout-20050920.jar:jna-4.2.2.jar:jna-platform-4.2.2.jar:json-20140107.jar:slf4j-api-1.7.5.jar:slf4j-jdk14-1.6.1.jar:websocket-api-9.3.12.v20160915.jar:websocket-client-9.3.12.v20160915.jar:websocket-common-9.3.12.v20160915.jar:jetty-io-9.3.12.v20160915.jar:jetty-util-9.3.12.v20160915.jar -Djava.util.logging.config.file=logging.properties -Dcom.openfin.installer.location=/path-to-openfin-cli/start.sh -Dcom.openfin.demo.version=8.56.27.22 com.openfin.desktop.demo.OpenFinDesktopDemo
17+
You can’t perform that action at this time.
0 commit comments