回答編集履歴
1
内容修正
test
CHANGED
@@ -10,7 +10,11 @@
|
|
10
10
|
|
11
11
|
$ cat mymanifest
|
12
12
|
|
13
|
+
...
|
14
|
+
|
13
15
|
Main-Class: application.Main
|
16
|
+
|
17
|
+
...
|
14
18
|
|
15
19
|
$ jar --create --file test.jar --manifest mymanifest ...
|
16
20
|
|