An open API service indexing awesome lists of open source software.

https://github.com/linux-china/java9-in-action

Java 9 in Action
https://github.com/linux-china/java9-in-action

java9

Last synced: 9 months ago
JSON representation

Java 9 in Action

Awesome Lists containing this project

README

          

Java 9 in Action
===============================

Java 9 Examples

### References

* OpenJDK 9 wiki: https://wiki.openjdk.java.net/display/Adoption/JDK+9+Outreach
* Java 9 Module: https://www.voxxed.com/blog/presentation/presentation-java-9-make-way-for-modules/
* Project page: http://openjdk.java.net/projects/jdk9/

### Download and Install JDK 9

The download linK https://jdk9.java.net/download/ , please use jenv to install jdk.

## Java 9 Module System

How to use module in JDK 9

#### compile & package & linker
Please take a look at the build.sh file.

Please attention:

* target/mods is the module path