I am writing a Google App Engine app using Java that uses 3rd party libraries. I am getting a "java.lang.NoClassDefFoundError" when running the app when it hits the line with references to the 3rd party library. This app works when creating a normal servlet, so I am pretty sure the code is correct.
I am developing in Eclipse.
Does the app engine not allow 3rd party libraries?
Do I need to configure the class path differently?
HELP!!
If using Eclipse, You need to copy the required jar(s) to the /WEB-INF/lib folder manually.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With