2006 IR Open Discussion Posted August 18, 2006 Share Posted August 18, 2006 By: Mark Clarke - mxc4 Java Web Start and jasperreports 2003-04-07 14:19 Hi all, I am writing a java web start app that uses jasperreports. I have a single jar file to which I add the jasperreports.jar. I also add the relevant other libraries. (I may be missing one.) When I run the jar from within the ide all works fine. When I run it as via java web start I get the message SAX2 driver class org.apache.xerces.parsers.SAXParser not found. I have cehcked and the contents of the xercesImpl.jar file have been added to the java web start jar. If anyone has any ideas please let me know, Tia Mark By: Adrian Jetzer - tripletuned RE: Java Web Start and jasperreports 2003-04-10 07:25 Mi Mark! I've discovered the same problems. So I haven't packed alle the necessary jars to one singel jar. Noe I load all the jars separately to the client. That mean, I have signed all the Japser-Jars, and put them one by one in the *.jnlp file.... Greez, Adrian Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now