Use https everywhere - documentation and samples
This commit is contained in:
committed by
Ilya Chernikov
parent
028a311949
commit
9ac52fad17
@@ -2,7 +2,7 @@
|
||||
|
||||
This (really simple ;) application shows how to use Kotlin and the maven plugin to generate JavaScript and invoke it from inside a HTML web page.
|
||||
|
||||
The source [Hello.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/examples/browser-example/src/main/kotlin/sample/Hello.kt) uses the [kotlin.browser](http://jetbrains.github.com/kotlin/versions/snapshot/apidocs/kotlin/browser/package-summary.html) API to access the *document* property to modify the HTML.
|
||||
The source [Hello.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/examples/browser-example/src/main/kotlin/sample/Hello.kt) uses the [kotlin.browser](https://jetbrains.github.com/kotlin/versions/snapshot/apidocs/kotlin/browser/package-summary.html) API to access the *document* property to modify the HTML.
|
||||
|
||||
### Running the sample in a web browser
|
||||
|
||||
@@ -14,11 +14,11 @@ To run the example try:
|
||||
|
||||
This should open a browser which then shows some simple HTML which then includes some dynamically generated content.
|
||||
|
||||
## Running the sample on Java 7 with JavaFX and [kool.io](http://kool.io/)'s browser
|
||||
## Running the sample on Java 7 with JavaFX and [kool.io](https://kool.io/)'s browser
|
||||
|
||||
You can also run the sample as Java code on a JVM using JavaFX (which includes its own webkit rendering engine for HTML / CSS / JS support) using the [kool.io JavaFX browser](https://github.com/koolio/kool/blob/master/samples/kool-template-sample/ReadMe.md).
|
||||
|
||||
First you need to install [Java 7 update 4](http://www.oracle.com/technetwork/java/javase/overview/index.html) or later which ships with JavaFX.
|
||||
First you need to install [Java 7 update 4](https://www.oracle.com/technetwork/java/javase/overview/index.html) or later which ships with JavaFX.
|
||||
|
||||
You will need to setup **JAVA_HOME** and **PATH** environment variables to point to the latest JDK. If you install Java 7 and use a Mac you might want to run this first...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user