Skip to content

Commit 1bb3508

Browse files
committed
Merge branch 'develop' of https://github.com/openfin/java-example into develop
2 parents ab22a52 + 575b9ab commit 1bb3508

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

release/run.sh

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
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+

0 commit comments

Comments
 (0)