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

質問編集履歴

4

画像の追加

2015/07/17 12:28

投稿

kuxwax
kuxwax

スコア10

title CHANGED
File without changes
body CHANGED
@@ -63,4 +63,6 @@
63
63
 
64
64
  at org.apache.xmlbeans.impl.store.Path.<clinit>(Path.java:70)
65
65
 
66
- がでました。これはなにを意味するのでしょう?
66
+ がでました。これはなにを意味するのでしょう?
67
+
68
+ ![![イメージ説明](42c5128ea2df0af928c4150161e2d90a.png)](69b42e202804da9ead0ff6cd1a210d98.png)

3

xmlbeansのバージョン記載

2015/07/17 12:27

投稿

kuxwax
kuxwax

スコア10

title CHANGED
File without changes
body CHANGED
@@ -56,6 +56,7 @@
56
56
  javaSE-1.7
57
57
  Eclipse4.2 JUNO
58
58
  POI-3.12
59
+ xmlbeans-2.6.0
59
60
  です。
60
61
 
61
62
  getCause().printStackTrace()を使用したところ

2

状況を記載

2015/07/17 12:12

投稿

kuxwax
kuxwax

スコア10

title CHANGED
File without changes
body CHANGED
@@ -55,4 +55,11 @@
55
55
  実行環境は
56
56
  javaSE-1.7
57
57
  Eclipse4.2 JUNO
58
- POI-3.12
58
+ POI-3.12
59
+ です。
60
+
61
+ getCause().printStackTrace()を使用したところ
62
+
63
+ at org.apache.xmlbeans.impl.store.Path.<clinit>(Path.java:70)
64
+
65
+ がでました。これはなにを意味するのでしょう?

1

実行環境を記載しました

2015/07/17 03:36

投稿

kuxwax
kuxwax

スコア10

title CHANGED
File without changes
body CHANGED
@@ -49,4 +49,10 @@
49
49
  at Excel.main(Excel.java:14)
50
50
  Caused by: java.lang.NullPointerException
51
51
  at org.apache.xmlbeans.impl.store.Path.<clinit>(Path.java:70)
52
- ... 14 more
52
+ ... 14 more
53
+
54
+
55
+ 実行環境は
56
+ javaSE-1.7
57
+ Eclipse4.2 JUNO
58
+ POI-3.12