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

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 File

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

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Massimiliano Cuccia
day, May 21, 2002 12:56 PM Subject: Re: runtime ExceptionInInitializerError: first steps > Hello! > > What do you mean? Give us some more info, what doesn't work and which URI are > you using. > > -- > Oleg Tkachenko > Multiconn International, Israel > > Massimili

Re: runtime ExceptionInInitializerError: first steps

2002-05-21 Thread Oleg Tkachenko
hanks > 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 Ex

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

Re: runtime ExceptionInInitializerError: first steps

2002-05-18 Thread J.Pietschmann
Massimiliano Cuccia wrote: > I have a problem in running this code ... I had just cut&paste from > documentation > can anyone help me??? I don't know where to start ... ... > Uncaught exception (java.lang.ExceptionInInitializerError) > > SVGElementMapping.setupSVG() > SVGElementMapping.addTo

RE: runtime ExceptionInInitializerError: first steps

2002-05-17 Thread Oleg Tkachenko
like 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

runtime ExceptionInInitializerError: first steps

2002-05-17 Thread Massimiliano Cuccia
I have a problem in running this code ... I had just cut&paste 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 FileOutputStr