Skip to content

Commit 5aac136

Browse files
author
Wenjun Che
committed
RUN-725: init check-in
1 parent 3c16110 commit 5aac136

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# java-example
22
Examples for OpenFin Java adapter
33

4-
# Run the example
4+
## Run the example
55

66
1. Download and Install "Hello OpenFin" demo app from the app gallery page at http://www.openfin.co/app-gallery.html
77

@@ -17,7 +17,7 @@ Examples for OpenFin Java adapter
1717

1818
7. After FXLive starts, you can use the buttons under Window Control of Java app to control FXLive window.
1919

20-
# Source Code Review
20+
## Source Code Review
2121

2222
Source code for the example is located in /src/main/java/com/openfin/desktop/demo/OpenFinDesktopDemo.java. The followings overview of how it communicates with OpenFin Runtime with API calls supported by the Java adapter:
2323

@@ -75,7 +75,7 @@ Source code for the example is located in /src/main/java/com/openfin/desktop/dem
7575
}
7676
});
7777

78-
# More Info
78+
## More Info
7979

8080
More information and API documentation can be found at https://www.openfin.co/developers.html?url=developers/api/java/overview.html
8181

-1.01 KB
Binary file not shown.

release/run.bat

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
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
1+
java -cp java-desktop-adapter-3.0.1.0.jar -DOpenFinOption=--config=\"https://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/app.json\" com.openfin.desktop.demo.OpenFinDesktopDemo

0 commit comments

Comments
 (0)