Parley, Thunder Jon wrote:
Hi List,
How can I specify which XML parser to use for my Axis client. The application is commandline run and I do not want to change the JVM default parser (by changing jaxp.properties in $JAVA_HOME/jre/lib which does not exist in my JRE). Is there a specific system pro
With JDK1.4+, you need to use Endorsed Standards Override Mechanism.
Please refer this link
http://java.sun.com/j2se/1.4.2/docs/guide/standards/
-Original Message-
From: Parley, Thunder Jon [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 1:35 PM
To: [EMAIL PROTECTED]
Subject: Use