Skip to content

Instantly share code, notes, and snippets.

@jponge
Created December 9, 2011 15:23
Show Gist options
  • Save jponge/1451951 to your computer and use it in GitHub Desktop.
Save jponge/1451951 to your computer and use it in GitHub Desktop.
Making a repo, running a module
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
java -L repo -m hello
3628800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment