should we use VisualJ++ to compile and run with jview?

> -----Original Message-----
> From: hong sun [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 26, 2002 5:30 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [iText-questions] iText with microsoft JVM
> 
> 
> Paulo and Bruno,
> 
> Font type is not my problem.
> 
> My trouble is:
> For any one of your example, such as Chap0902.java.
> 
> If I run it with "Java Chap0902", it's ok.
> but if I use"jview Chap0902", it causes a error as following:
> 
> ----------------------------------------------
> java.lang.ExceptionInInitializerError:
> com/lowagie/text/ExceptionConverter
> 
> at com/lowagie/text/pdf/PdfWriter.getInstance (PdfWriter.java)
> ....
> 
> I tried iText for JDK 1.1, same thing happens.
> Also, I found this error happened from iText 0.82.
> My platform is win2000 advanced server with newest JVM build no.
> 
> Any ideas?
> 
> thanks
> 
> Hong
> 
> 
> 
> 
> 
> >From: Paulo Soares <[EMAIL PROTECTED]>
> >To: 'hong sun' <[EMAIL PROTECTED]>
> >CC: [EMAIL PROTECTED]
> >Subject: RE: [iText-questions] iText with microsoft JVM
> >Date: Tue, 26 Mar 2002 14:51:52 -0000
> >
> >Go to the iText source for jdk1.1.x in my site and replace all the
> >occurrences of the string "ISO8859_1" with "latin1". Then 
> recompile it. The
> >exception goes away. This was another Microsoft deviation from java.
> >
> >Best Regards,
> >Paulo Soares
> >
> > > -----Original Message-----
> > > From:     hong sun [SMTP:[EMAIL PROTECTED]]
> > > Sent:     Tuesday, March 26, 2002 14:52
> > > To:       [EMAIL PROTECTED]
> > > Cc:       [EMAIL PROTECTED]
> > > Subject:  RE: [iText-questions] iText with microsoft JVM
> > >
> > >
> > > Thanks Paulo and Bruno,
> > >
> > > Since I have a huge application and cannot change back to 1.1.x.
> > >
> > > Can this exception be fixed? I really need it in urgent.
> > >
> > > Hong
> > >
> > >
> > > >From: Paulo Soares <[EMAIL PROTECTED]>
> > > >To: 'Mattia Dongili' <[EMAIL PROTECTED]>, hong sun
> > > ><[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> > > >Subject: RE: [iText-questions] iText with microsoft JVM
> > > >Date: Tue, 26 Mar 2002 12:43:12 -0000
> > > >
> > > >I managed to get it to work with jview. Replace all 
> occurrences of
> > > >"ISO8859_1" with "latin1".
> > > >
> > > >Best Regards,
> > > >Paulo Soares
> > > >
> > > > > -----Original Message-----
> > > > > From: Mattia Dongili [SMTP:[EMAIL PROTECTED]]
> > > > > Sent: Tuesday, March 26, 2002 10:02
> > > > > To:   Paulo Soares; hong sun;
> > > [EMAIL PROTECTED]
> > > > > Subject:      RE: [iText-questions] iText with microsoft JVM
> > > > >
> > > > > I unsuccesfully tried to create a Java object using 
> iText library in
> > > > > ASP. I spent a couple of days on this task...
> > > > >
> > > > > bye,
> > > > > Mattia
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Paulo Soares [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Tuesday, March 26, 2002 10:54 AM
> > > > > > To: 'hong sun'; [EMAIL PROTECTED]
> > > > > > Subject: RE: [iText-questions] iText with microsoft JVM
> > > > > >
> > > > > >
> > > > > > You must use the iText version for jdk 1.1.x. If you are
> > > > > > already doing this
> > > > > > it will probably not work with jview.
> > > > > >
> > > > > > Best Regards,
> > > > > > Paulo Soares
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From:     hong sun [SMTP:[EMAIL PROTECTED]]
> > > > > > > Sent:     Monday, March 25, 2002 20:48
> > > > > > > To:       [EMAIL PROTECTED]
> > > > > > > Subject:  [iText-questions] iText with microsoft JVM
> > > > > > >
> > > > > > >
> > > > > > > Bruno,
> > > > > > >
> > > > > > > Thanks for your answer about my last question.
> > > > > > >
> > > > > > > I have another question here:
> > > > > > >
> > > > > > > For any one of your example, such as Chap0902.java.
> > > > > > > If I run it with "Java Chap0902", it's ok.
> > > > > > > but if I use"jview Chap0902", it causes a error 
> as following:
> > > > > > > ----------------------------------------------
> > > > > > > java.lang.ExceptionInInitializerError:
> > > > > > com/lowagie/text/ExceptionConverter
> > > > > > >
> > > > > > > at com/lowagie/text/pdf/PdfWriter.getInstance 
> (PdfWriter.java)
> > > > > > > ....
> > > > > > > --------------------------------------------
> > > > > > > Since I have to create an object in ASP,
> > > > > > > My applcation have to work under MS JVM.
> > > > > > >
> > > > > > > any help?
> > > > > > > thanks a lot.
> > > > > > >
> > > > > > > Hong
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > 
> >_________________________________________________________________
> > > > > > > Get your FREE download of MSN Explorer at
> > > > > > > http://explorer.msn.com/intl.asp.
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > iText-questions mailing list
> > > > > > > [EMAIL PROTECTED]
> > > > > > > 
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> > > > > >
> > > > > > _______________________________________________
> > > > > > iText-questions mailing list
> > > > > > [EMAIL PROTECTED]
> > > > > > https://lists.sourceforge.net/lists/listinfo/itext-questions
> > > > > >
> > > >
> > > >_______________________________________________
> > > >iText-questions mailing list
> > > >[EMAIL PROTECTED]
> > > >https://lists.sourceforge.net/lists/listinfo/itext-questions
> > >
> > >
> > >
> > >
> > > Hong Sun
> > >
> > >
> > >
> > > _________________________________________________________________
> > > Get your FREE download of MSN Explorer at
> > > http://explorer.msn.com/intl.asp.
> >
> >_______________________________________________
> >iText-questions mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at 
> http://explorer.msn.com/intl.asp.
> 
> 
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to