I have developed a fairly simple application that saves it's documents in XML and uses SAX to reload them. Now I want to deploy it so it can be executed by end-users. The problem is that if somebody downloads the JAR and executes it, the loader won't instantiate because it can't find the SAX classes. Is there any way I can set up the JAR file so it can tell the Java machine where to find xerces.jar?
Paul Norris National Direct Response Pty Ltd Ph: 03 9764 1799 Fax: 03 9764 1599 Email: [EMAIL PROTECTED] Web: www.ndr.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
