Paul's Programming Notes     Archive     Feed     Github

Exception in thread "main" java.lang.NoClassDefFoundError - Java

Got this error when I was missing a library that came with the build.

If you're getting this error, you may need to move the lib folder from your build directory into the folder of your JAR file.