I am using org.apache.commons.lang.StringEscapeUtils in my project and running into errors on the development server. The exception I receive is java.lang.NoClassDefFoundError, from what I understand this error is thrown when the class is found at compiletime but cannot be found at runtime.
Unfortunately I cannot test on the app engine server right now, I am hoping somebody can tell me how to resolve. If I import the package into my eclipse project, I believe the jar will not be available on App Engine, is this correct? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
