質問するログイン新規登録

回答編集履歴

1

依存関係の図の追加

2018/09/10 08:08

投稿

webarata3
webarata3

スコア367

answer CHANGED
@@ -6,4 +6,11 @@
6
6
  java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ZipFile
7
7
  ```
8
8
 
9
- とあるので、[この辺](https://commons.apache.org/proper/commons-compress/zip.html)が足りないのではないでしょうか?
9
+ とあるので、[この辺](https://commons.apache.org/proper/commons-compress/zip.html)が足りないのではないでしょうか?
10
+
11
+ -----
12
+ 追記
13
+
14
+ 依存関係はこんな感じのようです。
15
+
16
+ ![イメージ説明](62c2333ca571ab067382e5ef8b14ea76.png)