First of all, I have gone through all the questions here regarding the inclusion of jar files for an applet. But even then, I have this 'Huge' Problem.
I am developing an application with java and the Apache-Tika Library (with 4 jars, totaling the size of 40 mbs). The application needs to count the number of words in an uploaded document (doc, docx, odf, pdf and a bunch of other). The applet runs pretty well from Netbeans 6.5 or Eclipse IDE which I am using side by side for the development. But when I try to Deploy it to a browser, there's a problem.
Problem
The initial page loads pretty good. But as I give the path of the document and Click Ok (or Count), I get loads of error messages. Those are all "Class Not Found Exceptions" related to the external Apache-Tika Library. I think I have done all the inclusion of the library correctly as other wise it wouldn't run in the applet viewer.
As for the HTML, I have created a jar of the entire Word-Counter Application, along with the library(4 Apache-Tika Jars) and all other necessary files, and included the jar in the tag accordingly. Do I need to mention anything on the HTML file about the nested jar library, is there a limitation regarding a nested jar? Any Kind of help would be Highly Appreciated. Thank You learned Folks in advance.