Re: HSLFSlideShow and NegativeArraySizeException

2006-08-23 Thread Nick Burch
On Fri, 18 Aug 2006, Giuliano Pasqualotto wrote: Thank you for the reply and sorry for the delay! For a strange reason it runs perfectly when I use JRE rather than JDK (same version, 1.5_07). Is there an explanation? I can't think of anything. It does seem very bizare though - I'd check that y

Re: HSLFSlideShow and NegativeArraySizeException

2006-08-18 Thread Giuliano Pasqualotto
Thank you for the reply and sorry for the delay! For a strange reason it runs perfectly when I use JRE rather than JDK (same version, 1.5_07). Is there an explanation? 2006/8/14, Nick Burch <[EMAIL PROTECTED]>: For some reason, the code for PPDrawing is being broken with your powerpoint file Co

Re: HSLFSlideShow and NegativeArraySizeException

2006-08-14 Thread Nick Burch
On Fri, 11 Aug 2006, Giuliano Pasqualotto wrote: Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type with id 1036 on class class org.apache.poi.hslf.record.PPDrawing : java.lang.reflect.InvocationTargetException Cause was : java.lang.NegativeArraySizeException For so

HSLFSlideShow and NegativeArraySizeException

2006-08-11 Thread Giuliano Pasqualotto
Hi, I'm using HSLF to find a keyword in a SlideShows text, but I get an exception when I try to create an istance of HSLFSlideShow with: SlideShow slideShow = new SlideShow(new HSLFSlideShow(fileName)); That's the exception: Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Cou