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

Recommended Posts

By: Eduardo S. - edusantilli

help-me

2002-03-19 10:17

org.xml.sax.SAXException: System property org.xml.sax.driver not specified

 

this error apears when i try to execute an example tah i create. What does it means???

 

 

By: Roger Szeto - rszeto1

RE: help-me

2002-03-20 07:39

You need to set this parameter either on the command line or in your program.

 

1 - on command line:

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

 

2 - in your program

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

 

Roger

 

 

By: Eduardo S. - edusantilli

RE: help-me

2002-03-20 09:41

ok...this problem i solve, now i'm having another problem:

 

org.xml.sax.SAXException: Unknown system ID : hello.dtd

 

what does it means???how can i solve this problem???

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...