Originally Posted by
a13w
I am using JCreator and my jar creation command is
"cvfm RRegistration.jar manifest.txt *.class".
So to add the external library I would change it to
"cvfm RRegistration.jar manifest.txt *.class miglayout-3.7.1-swing.jar"
and then change the manifest file to what? My Current manifest file is
Main-Class: RRegistration
I tried adding the external MigLayout library to my jar at the base level by using the second statement above, but then when I run the newly created RRobotics.jar through the command line, it returns "NoClassDefFoundError: net/miginfocom/swing/MigLayout" which is the external class I was using in my code.