Skip to content

Commit 12bc5d3

Browse files
author
Jeremy Osterhoudt
committed
2 parents 87722d6 + 25b8861 commit 12bc5d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Overview
88
----------
99

10-
The Predix Mobile Java application is an example of how the [Predix Mobile Java SDK](https://github.com/PredixDev/PredixMobileJavaSDK) can be used to create a think client for Mac, Windows, Linux or any other operating system that Java supports. For an overview of Predix Mobile development please visit the [SDK repo](https://github.com/PredixDev/PredixMobileSDK) and [wiki](https://github.com/PredixDev/PredixMobileSDK/wiki).
10+
The Predix Mobile Java application is an example of how the [Predix Mobile Java SDK](https://github.com/PredixDev/PredixMobileJavaSDK) can be used to create a thin client for Mac, Windows, Linux or any other operating system that Java supports. For an overview of Predix Mobile development please visit the [SDK repo](https://github.com/PredixDev/PredixMobileSDK) and [wiki](https://github.com/PredixDev/PredixMobileSDK/wiki).
1111

1212
This reference application provides the following:
1313

@@ -51,7 +51,7 @@ This will cause a message to be printed to the console that looks something like
5151
5252
This will allow you to set break points and examine areas of your JavaScript running in the JavaFX WebView.
5353

54-
##### limitations:
54+
##### Limitations:
5555

5656
One limitation is console messages from you JavaScript will not be available in the Chrome console tab. Instead you should enable a redirect that shows JavaScript console logs in the Java console.
5757

@@ -95,11 +95,11 @@ logging_level=error
9595

9696
Using gradle you can simple issue gradle commands from the command line to run the application.
9797

98-
####Mac/Linux:
98+
#### Mac/Linux:
9999
```
100100
./gradlew run
101101
```
102-
####Windows:
102+
#### Windows:
103103
```
104104
gradle.bat run
105105
```
@@ -146,7 +146,7 @@ Example installer
146146
This example includes a very basic way to generate an Installer you could use to distribute your application for Mac, Windows, Linux, etc... The included installer is just an example and is not required to be used if you want to distribute your application using another install builder like install4j (http://www.ej-technologies.com/products/install4j/overview.html) or lzPack (http://izpack.org/). This is simply a quick and dirty example to show what is possible.
147147

148148
to use the example installer simply execute the jfxNative task from your IDE or using the Gradle command line. Here is an example of executing the installer task using Gradle in the command line.
149-
#####Mac:
149+
##### Mac:
150150
```
151151
./gradlew jfxNative
152152
```
@@ -156,7 +156,7 @@ On Mac this will produce a DMG file that can be used to install the application
156156

157157
This example does not deal with signing the MacOS DMG or the application. For more on how to sign your DMG and APP file please visit Apple's documentation on signing (https://developer.apple.com/library/content/technotes/tn2206/_index.html). To integrate signing into the jfxNative Gradle Plugin please visit (https://github.com/FibreFoX/javafx-gradle-plugin)
158158

159-
#####Windows:
159+
##### Windows:
160160
```
161161
gradle.bat jfxNative
162162
```

0 commit comments

Comments
 (0)