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
- Host: GitHub
- URL: https://github.com/linux-china/java9-in-action
- Owner: linux-china
- Created: 2015-07-22T01:52:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T09:49:54.000Z (over 8 years ago)
- Last Synced: 2025-04-02T02:51:10.524Z (9 months ago)
- Topics: java9
- Language: Java
- Size: 16.6 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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