Re: [java-list] Classpath - XML

2002-08-30 Por tôpico Jose Carlos
Copie os jar para %java_home%\jre\lib\ext , irá resolver. - Original Message - From: Ronaldo Cunda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 3:13 PM Subject: [java-list] Classpath - XML Galera, o negócio é o seguinte... Estou começando agora a utilizar

Re: [java-list] Classpath - XML

2002-08-30 Por tôpico Roberto Hideki
Nos FAQs (www.jdom.org/docs/faq.html) do JDOM tem o seguinte: I tried to use JDOM and get an error like this: java.lang.NoSuchMethodError orjava.lang.NoClassDefFoundError: org/xml/sax/SAXNotRecognizedException What's wrong? You need to ensure that the xerces.jar file supplied with the JDOM

[java-list] Classpath - XML

2002-08-29 Por tôpico Ronaldo Cunda
Galera, o negócio é o seguinte... Estou começando agora a utilizar XML com Java e estou com um probleminha. Estou utilizando como parser XML o Xerces http://xml.apache.org. E a API é a JDOM http://www.jdom.org. Já adicionei os .jar no meu classpath e compilo sem problema a classe. Mas quando