Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Created August 30, 2013 12:30
Show Gist options
  • Save rkaneko/6389363 to your computer and use it in GitHub Desktop.
Save rkaneko/6389363 to your computer and use it in GitHub Desktop.
make jar .

How to make jar .

$ tree

classes
    └── com
        └── hoge
            └── foo
                └── fuga
                    ├── Hoge.class
                    ├── Foo.class

$ jar cf foo-v1.0.0.jar -C classes/com/hoge/foo/fuga .

$ ls

foo-v1.0.0.jar classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment