Hi Gustavo,

This sounds like a CLASSPATH setting issue.  If you're using JDK 1.2 and higher, 
after setting your CLASSPATH, you may also want to try to add 'xalan.jar' and 
'xerces.jar' into the /jre/lib/ext directory of your JDK.

'Hope this helps,
Ken


>X-Unix-From: [EMAIL PROTECTED]  Tue Jul 17 00:47:16 2001
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>list-help: <mailto:[EMAIL PROTECTED]>
>list-unsubscribe: <mailto:[EMAIL PROTECTED]>
>list-post: <mailto:[EMAIL PROTECTED]>
>Delivered-To: mailing list [EMAIL PROTECTED]
>From: "Wolf Gustavo (SGC-EXT)" <[EMAIL PROTECTED]>
>To: "Fop (E-mail)" <[EMAIL PROTECTED]>
>Subject: nullPointerException
>Date: Tue, 17 Jul 2001 09:45:42 +0200
>MIME-Version: 1.0
>X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N
>
>Hi all,
>          I am trying to get an XMLReader object with 
>
> XMLReader parser = inputHandler.getParser(); 
>
>after having done: InputHandler inputHandler = new
>XSLTInputHandler(xmlInputSource,xslInputSource);
>
>and I get the following error (the files xmlInputSource and xslInputSource
>are where they are suppossed to be):
>
>java.lang.NullPointerException
>Caught exception: java.lang.NullPointerException
>java.lang.NullPointerException
>        at
>org.apache.fop.apps.InputHandler.createParser(InputHandler.java:58)
>        at
>org.apache.fop.apps.XSLTInputHandler.getParser(XSLTInputHandler.java:117)
>        at TestXSLT.<init>(TestXSLT.java:29)
>
>It seems to me that I am missing some library, but I am using fop, xerces
>and xalan in that order, as I was told others where doing, with a program
>that worked for others. 
>
>Does anyone have an idea of what could be wrong?
>
>Thanks really a lot,
>                                   Gustavo
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to