Jump to content
We've recently updated our Privacy Statement, available here ×

System property org.xml.sax.driver not specif


Recommended Posts

By: Ruben Misrahi - rnmisrahi

System property org.xml.sax.driver not specif

2003-02-27 06:20

I get this using JBuilder8.

Any idea why?

 

 

 

 

By: ernest du plessis - linksar

RE: System property org.xml.sax.driver not specif

2003-03-20 01:01

Did you use

System.setProperty("org.xml.sax.driver");

in your program?

 

 

 

 

 

 

 

By: Suraj Amin - suraj_amin

RE: System property org.xml.sax.driver not sp

2003-03-20 04:30

The exact cmd would be:

 

System.setProperty("org.xml.sax.driver", "org.apache.xerces.parsers.SAXParser");

 

or just pass -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser

to the java cmd

 

--

Regards,

Suraj Amin

 

Homepage: http://www.geocities.com/suraj_amin/

 

/* May the source be with you */

 

 

 

 

 

 

By: Suraj Amin - suraj_amin

RE: System property org.xml.sax.driver not sp

2003-03-20 04:32

Sorry forgot to mention that you would also have to add the xerces lib to your Jbuilder project.

 

--

Regards,

Suraj Amin

 

Homepage: http://www.geocities.com/suraj_amin/

 

/* May the source be with you */

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...