Skip to content

Commit 56008b2

Browse files
author
Wenjun Che
committed
RUN-725: use embedded RVM
1 parent 7bac97b commit 56008b2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ Examples for OpenFin Java adapter
33

44
## Run the example
55

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

8-
2. Clone this repository
8+
2. Go to release directory and start run.bat
99

10-
3. Go to release directory and start run.bat
10+
3. Once the java app starts, click on Start button, which should start OpenFin Runtime and "Hello OpenFin" HTML5 demo app. The java app will wait and try to connect to OpenFin Runtime.
1111

12-
5. Once the java app starts, click on Start button, which should start OpenFin Runtime and "Hello OpenFin" HTML5 demo app. The java app will wait and try to connect to OpenFin Runtime.
12+
4. You can use buttons in Window Control section to move and re-size HTML5 window of Hello OpenFin app.
1313

14-
6. You can use buttons in Window Control section to move and re-size HTML5 window of Hello OpenFin app.
14+
5. Click "Create Application" button, which should start a dialog with all the fields pre-populated for our FXLive demo HTML5 application. Just click on "Create" button.
1515

16-
7. Click "Create Application" button, which should start a dialog with all the fields pre-populated for our FXLive demo HTML5 application. Just click on "Create" button.
17-
18-
7. After FXLive starts, you can use the buttons under Window Control of Java app to control FXLive window.
16+
6. After FXLive starts, you can use the buttons under Window Control of Java app to control FXLive window.
1917

2018
## Source Code Review
2119

@@ -29,7 +27,7 @@ Source code for the example is located in /src/main/java/com/openfin/desktop/dem
2927

3028
2. Launch and connect to OpenFin runtime:
3129

32-
controller.launchAndConnect(this.desktop_path, this.desktopCommandLine, listener, 10000);
30+
controller.launchAndConnect(this.desktopCommandLine, listener, 10000);
3331

3432
listener is an instance of DesktopStateListener which provides callback on status of connections to runtime.
3533

0 commit comments

Comments
 (0)