Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2c3a95

Browse filesBrowse files
author
Wenjun Che
committed
RUN-725: init check-in
1 parent 27a6ee5 commit a2c3a95
Copy full SHA for a2c3a95

File tree

Expand file treeCollapse file tree

5 files changed

+769
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+769
-1
lines changed
Open diff view settings
Collapse file

‎.gitignore‎

Copy file name to clipboardExpand all lines: .gitignore
+4-1Lines 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/**
Collapse file

‎release/OpenFinRVM.exe‎

Copy file name to clipboard
1.89 MB
Binary file not shown.
Collapse file
3.45 MB
Binary file not shown.
Collapse file

‎release/run.bat‎

Copy file name to clipboard
+6Lines 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 support@openfin.co
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.