Hey experts,
I am trying to use this itext-2.1.5.jar file to read a txt file on our server and produce a pdf file for printing.
This class works fine and compiles in eclipse which has this file included in its libraries but when uploaded on the server it says it cannot find the itext.jar file i'm guessing since it is in the wrong location and/or probably not referenced properly in my class as well.
Here is java console error:
java.lang.NoClassDefFoundE
rror: com/lowagie/text/DocumentE
xception
Caused by: java.io.IOException: open HTTP connection failed:
http://mycompany.ca/data/DIR1/DIR2/Mobile/com/lowagie/text/DocumentException.class
mobile is the location of the java class and .txt file
I tried placing it in the same directory as the applet and txt file with no success and also found a lib directory where access was denied. If it helps i have found out that this is an Apache server but the staff at technical support don't really know how to go about this either.
Any ideas how this should be done? I am using eclipse to create the java class files and i noticed it also creates a policy file, should i be including this on the server as well perhaps?
Thanks,
-TristanTheHakSoar
http://www.htmlcodetutorial.com/applets/_APPLET_ARCHIVE.html