August 2017
Beginner
298 pages
7h 26m
English
Executing your compiled code again uses the familiar java command, but with some new options. Here is the information you need to tell the java command in this case:
To execute the code you just compiled in the previous step, you'd need to run the following command in the same directory:

Here, you are specifying the location of the compiled modules (1) using the --module-path ...
Read now
Unlock full access