java - How to resolve NoClassDefFoundError while running a servlet on Bluemix? -


this error that's showing when i'm trying run servlet. program runs java application.i deploying servlet on bluemix.

edit: i'm trying convert java application servlet can deployed on bluemix. application doesn't have gui. interacts user through console(command line).i'm trying follow advice given here:convert java application jsp/servlet

java.lang.noclassdeffounderror: org/apache/pdfbox/pdfparser/pdfparser @ test.firstparse.totext(firstparse.java:39) @ test.test.doget(test.java:87) @ javax.servlet.http.httpservlet.service(httpservlet.java:575) @ javax.servlet.http.httpservlet.service(httpservlet.java:668) @ com.ibm.ws.webcontainer.servlet.servletwrapper.service(servletwrapper.java:1285) 

at [internal classes]

any highly appreciated.

add apache pdfbox jar file web-inf/lib folder.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -