jabrena / java9-by-example

A presentation about main Java 9 features included.
https://jabrena.github.io/java9-by-example/www/#/
MIT License
2 stars 0 forks source link
java-9 presentation

java9-by-example

A presentation about main Java 9 features included.

Address: https://jabrena.github.io/java9-by-example/www/

Deployment notes

To launch in localhost your the website, exists several alternatives. With Node.js you can use the following module.

npm install http-server -g
http-server ./YOUR_PATH -p 3000

Using Python, you can use the following command:

python -m SimpleHTTPServer

Create a Java project from Scratch with Gradle

gradle init --type java-library