Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
- Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 18, 2002 7:50 PM Subject: Re: runtime ExceptionInInitializerError: first steps Uncaught exception (java.lang.ExceptionInInitializerError) SVGElementMapping.setupSVG

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
Ok,thanks ... this is (now) clear!! :-) but why it does not work width the URI??? thanks Massimiliano - Original Message - From: Oleg Tkachenko To: [EMAIL PROTECTED] Sent: Friday, May 17, 2002 11:35 PM Subject: RE: runtime ExceptionInInitializerError: first

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Oleg Tkachenko
- Original Message - *From:* Oleg Tkachenko mailto:[EMAIL PROTECTED] *To:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] *Sent:* Friday, May 17, 2002 11:35 PM *Subject:* RE: runtime ExceptionInInitializerError: first steps Hello! InputSource class have

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
the URI??? thanks Massimiliano - Original Message - *From:* Oleg Tkachenko mailto:[EMAIL PROTECTED] *To:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] *Sent:* Friday, May 17, 2002 11:35 PM *Subject:* RE: runtime ExceptionInInitializerError: first steps

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Joerg Pietschmann
Massimiliano Cuccia [EMAIL PROTECTED] wrote: Uncaught exception (java.lang.ExceptionInInitializerError) SVGElementMapping.setupSVG() SVGElementMapping.addToBuilder(TreeBuilder) ... Do you have Batik in the classpath? YES, it is. If so, it is the version taken from the FOP

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Oleg Tkachenko
Massimiliano Cuccia wrote: Sorry for missing informations ... now I will try to be more unambiguous this is my Java code 1Driver driver = new Driver( new InputSource(new java.io.FileInputStream(C:\\character.fo)), new

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
GREAT!!! Did you import resources from batik.jar along with classes ? ... very very well!! :-) I had not checked the item in import phase!! sorry ... Now there is another problem import of Xerces 1.2.3 is impossible ... VisualAge starts the import than close the window without any message and

runtime ExceptionInInitializerError: first steps

2002-05-17 Thread Massimiliano Cuccia
I have a problem in running this code ... I hadjustcutpaste from documentation can anyone help me??? I don't know where to start ... public void test1(String src, String dst) { try { Driver driver = new Driver(new InputSource(src), new FileOutputStream(dst));

RE: runtime ExceptionInInitializerError: first steps

2002-05-17 Thread Oleg Tkachenko
new InputSource(new StringReader(src)) ---Oleg Tkachenko,Multiconn International, Israel -Original Message-From: Massimiliano Cuccia [mailto:[EMAIL PROTECTED]]Sent: Friday, May 17, 2002 4:05 PMTo: [EMAIL PROTECTED]Subject: runtime ExceptionInInitializerError: first steps