Created
December 9, 2011 15:23
-
-
Save jponge/1451951 to your computer and use it in GitHub Desktop.
Making a repo, running a module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmod create -L repo | |
jmod install modules hello fact -L repo | |
find repo/ | |
repo/ | |
repo/fact | |
repo/fact/1.0 | |
repo/fact/1.0/index | |
repo/fact/1.0/info | |
repo/fact/1.0/classes | |
repo/%jigsaw-library | |
repo/hello | |
repo/hello/1.0 | |
repo/hello/1.0/config | |
repo/hello/1.0/index | |
repo/hello/1.0/info | |
repo/hello/1.0/classes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -L repo -m hello | |
3628800 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment