I created the JAR file with Maven, after running it with the java -jar command, it throws me an exception:
(Exception in thread "main" java.lang.NoClassDefFoundError: com/toedter/calendar/JDateChooser)
Reading on the forums the problem lies in the classpath, the Jar does not recognize Maven dependencies.
I really don't know how to do it, can someone help me, please?
