Skip to content

Commit a2c3a95

Browse files
author
Wenjun Che
committed
RUN-725: init check-in
1 parent 27a6ee5 commit a2c3a95

File tree

5 files changed

+769
-1
lines changed

5 files changed

+769
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
.mtj.tmp/
55

66
# Package Files #
7-
*.jar
87
*.war
98
*.ear
109

1110
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1211
hs_err_pid*
12+
13+
# IDEA
14+
*.iml
15+
.idea/**

release/OpenFinRVM.exe

1.89 MB
Binary file not shown.
3.45 MB
Binary file not shown.

release/run.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
rem This demo will start Hello OpenFin demo app first, then connect to OpenFin runtime so it can control window of Hello OpenFin demo app
2+
rem Please update -DOpenFinPath to point to OpenFinRVM.exe in your environment.
3+
rem For any questions or issues, please contact [email protected]
4+
5+
6+
java -cp java-desktop-adapter-3.0.1.0.jar -DOpenFinPort=9696 -DOpenFinOption=--config=\"https://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/app.json\" -DStartupUUID="OpenFinHelloWorld" com.openfin.desktop.demo.OpenFinDesktopDemo

0 commit comments

Comments
 (0)