質問編集履歴
2
タイポ
title
CHANGED
File without changes
|
body
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
|
43
43
|
at java.base/java.lang.Thread.run(Thread.java:834)
|
44
44
|
Caused by: java.lang.NoClassDefFoundError: com/lowagie/text/Document
|
45
|
-
at
|
45
|
+
at Main.start(Main.java:35)
|
46
46
|
at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
|
47
47
|
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
|
48
48
|
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
|
@@ -61,7 +61,7 @@
|
|
61
61
|
pom.xmlやプロジェクトの設定に何か足りないものがあるのかも知れないといろいろ調べたのですが、答えを見いだせないでいます。
|
62
62
|
アドバイスを頂戴したいのですが、よろしくお願いします。
|
63
63
|
|
64
|
-
<環境
|
64
|
+
<環境>
|
65
65
|
Windows10 Pro 1909
|
66
66
|
NetBeans12.2 64bit
|
67
67
|
JDK11.0.9
|
1
記述ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -57,9 +57,8 @@
|
|
57
57
|
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
|
58
58
|
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
|
59
59
|
... 10 more
|
60
|
-
コード
|
61
60
|
```
|
62
|
-
pom.xmlやプロジェクトの設定に何か足りないものが
|
61
|
+
pom.xmlやプロジェクトの設定に何か足りないものがあるのかも知れないといろいろ調べたのですが、答えを見いだせないでいます。
|
63
62
|
アドバイスを頂戴したいのですが、よろしくお願いします。
|
64
63
|
|
65
64
|
<環境)
|