Hi All,
I am using apache xerces SAX driver in my java application. However,
when I start the program I am having to specify the driver property like below
java -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser MySAXApp
I believe that it is possibel to have my java environment to have a compiled-in default but I do not know how to do this.
Can someone please tell me how to do this so I don't have to keep setting the system property.
Many Thanks