<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hey Denis,<br><br>Earlier, the path to the dicom directory had lots of spaces in it, maybe thats why the reader wasn't reading the images. Now I have changed the path (made it a simple c:\directiry) and the reader is able to read the dicom images.<br><br>But still the stack overflow problem is there.<br><br>Also, someone suggested to increase the heap size in java, is there a way I can do it from within eclipse, or I have to run the program from command line and set the required option?<br><br><br>thanks for all your help !!<br><br><br><br>--- On <b>Mon, 10/26/09, Denis Barbier <i>&lt;bouzim@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Denis Barbier &lt;bouzim@gmail.com&gt;<br>Subject: Re: [vtkusers] Java EXCEPTION_ACCESS_VIOLATION<br>To: "Divye"
 &lt;zombi2_84@yahoo.com&gt;<br>Cc: vtkusers@vtk.org<br>Date: Monday, October 26, 2009, 2:10 AM<br><br><div class="plainMail">On 2009/10/25 Divye wrote<br>&gt; Upon debugging further, looks like the image reader is not able to read the dicom files, in the vtkOutput Window i am getting the following error :<br>&gt; error : vtkDicomImageReader.cxx Line 158<br>&gt; error : vtkDicomImageReader.cxx Line 158<br><br>Indeed, in LoadVolumeFromFolder you do not set input path, maybe you<br>forgot to call imageReader.SetDirectoryName(strFolderPath)?<br><br>Denis<br></div></blockquote></td></tr></table><br>