All Projects → AdoptOpenJDK → Jdk9 Jigsaw

AdoptOpenJDK / Jdk9 Jigsaw

Licence: cc0-1.0
Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jdk9 Jigsaw

go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (-90.18%)
Mutual labels:  examples, exercises
Mastering Modular Javascript
📦 Module thinking, principles, design patterns and best practices.
Stars: ✭ 3,972 (+1344.36%)
Mutual labels:  modular, modules
Pext
Python-based extendable tool
Stars: ✭ 380 (+38.18%)
Mutual labels:  modular, modules
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+28%)
Mutual labels:  examples, modular
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (-89.09%)
Mutual labels:  modular, modules
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (-88%)
Mutual labels:  modular, modules
L5modular
Generates and handles Modules for Laravel
Stars: ✭ 188 (-31.64%)
Mutual labels:  modular, modules
Lucifer
A Powerful Penetration Tool For Automating Penetration Tasks Such As Local Privilege Escalation, Enumeration, Exfiltration and More... Use Or Build Automation Modules To Speed Up Your Cyber Security Life
Stars: ✭ 302 (+9.82%)
Mutual labels:  modular, modules
openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (-74.55%)
Mutual labels:  modular, examples
kiro-synth
Modular sound synthesizer written in Rust
Stars: ✭ 62 (-77.45%)
Mutual labels:  modular
Papi
🚀 WordPress Page Type API with custom fields
Stars: ✭ 258 (-6.18%)
Mutual labels:  modules
Simply-Scheme-Exercises
All of the exercises (and their solutions!) from the Berkeley textbook Simply Scheme.
Stars: ✭ 97 (-64.73%)
Mutual labels:  exercises
change-tracker-plugin
A Gradle plugin to help analyse the dependency between modules and run tasks only on modules impacted by specific set of changes.
Stars: ✭ 103 (-62.55%)
Mutual labels:  modules
Vaporschool
Learn how to build vapor applications from rookie to champion in a constructive way!
Stars: ✭ 259 (-5.82%)
Mutual labels:  examples
Discord-Moderation-Bot
Modular Moderation bot for Discord
Stars: ✭ 49 (-82.18%)
Mutual labels:  modular
Sihl
A modular functional web framework
Stars: ✭ 267 (-2.91%)
Mutual labels:  modular
modules
Repository to host tool-specific module files for the Nextflow DSL2 community!
Stars: ✭ 94 (-65.82%)
Mutual labels:  modules
Tower-Defense-Galaxy
A tower defense game using libgdx
Stars: ✭ 17 (-93.82%)
Mutual labels:  modular
Practical Modern Javascript
🏊 Dive into ES6 and the future of JavaScript
Stars: ✭ 2,931 (+965.82%)
Mutual labels:  modular
Modular Admin Html
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Stars: ✭ 2,875 (+945.45%)
Mutual labels:  modular

jdk9-jigsaw

Ver la versión en Español (See Spanish version)

Examples of some of the features of Jigsaw released in the Early Access build of JDK9.

Many of the examples here are directly from the Project Jigsaw: Module System Quick-Start Guide, see http://openjdk.java.net/projects/jigsaw/quick-start but we have also contributions from the Java community.


Please note you are in the master branch which contains exercises which need to be solved by looking at documentation or resources provided in this repo. Hints may be provided within the source or script files. If you hit a roadblock and really want to see a possible solution you can switch to the exercise-solutions branch for that.

Looking at the solutions can take away the challenge behind solving the exercises. Stay on the master branch in case you would like to continue to have fun solving the exercises and working through the challenges.


Setup (all platforms)

See Download, install and verify JDK and return to this page to continue with the rest of the steps.

Download and install git or git-bash

  • Ensure you have a git client installed on your local machine/VM/vagrant box, for Windows users git-bash is recommended

Download and install the tree and wget command

See Download and install tree and wget and return to this page to continue with the rest of the steps.

Vagrant box

(Optional) Install JDK 9 compliant IDE

  • Install the latest IDE (IntelliJ, Eclipse, NetBeans - paid or community version) that supports JDK 9 EA, once installed configure the IDE to pickup the JDK 9 EA installed in the previous steps.

See Download, install and configure Eclipse Oxygen for JDK9.

Other preparations

  • Get familiar with the command-line a bit as we will be using much of it during the weekend

  • Prepare your VMs or cloud instances with the above, in case your local machine is not up for any installation or configurations

Note: the bash files provided should work on Linux and in theory on the MacOS as well.

Windows users
  • if you use git-bash (recommended) or cgywin should work for you - run the .sh scripts in one of the the environments. In the worst case scenario, we would have to manually convert the .sh files into .bat, with minor tweaks should also work there. Happy to receive a pull request for it. Or you could use bach, a platform independent Java Shell Builder. It's usage is explained in session-3-jshell.
  • check if the literal JDK path (or %JAVA_HOME%) has been added to the PATH environment variable or add it manually
  • ensure the JDK is installed in a folder where the name does not have a space in it
  • in case folder name looks something C:\Program files..., ensure that (name does not contain spaces):
    • the path to the JDK in JAVA_HOME has C:\Program~1 instead of C:\Program files...
    • the environment variable PATH refers to the JAVA_HOME environment variable
    • the environment variable CLASSPATH refers to the JAVA_HOME environment variable
  • in some instances jlink was not yet available when JDK is installed via the .exe file, even after the above path settings were applied (please verify beforehand)
MacOSX users
  • jlink is not yet available when JDK is installed via the .dmg file (please verify beforehand)

Exercises / examples covered

Please ensure you have verified that the necessary JDK programs work in your environment with the help of the Download, install and verify JDK resource.

Each example is enclosed in a folder of its own containing bash scripts to compile, package and run the respective examples. Use these scripts for each of the examples.

Community contributions

See guidelines on how to contribute.

License

See License document to find out about the licensing terms and conditions.

Resources

Must reads

Other resources


I need you for Java SE 9 development

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].