Compile sources:
link:compile.sh[role=include]
Execute:
link:execute.sh[role=include]
Create JARs
$ jar --create --file ./target/jars/com-hello-world-mars.jar -C target/classes/com.hello.world.mars . $ jar --create --file ./target/jars/com-hello-world.jar --main-class com.hello.world.Main -C target/classes/com.hello.world .
Execute:
$ java --module-path target/jars/ --module com.hello.world
-
jshell: connect to existing process for debug and explorations
-
jshell: devoxx — how to create on the fly http client
-
http2
-
modules
-
module layers
-
jlink - create custom JDK
-
services