<div dir="ltr">Hi Daniel,<div><br></div><div>It sounds like it's asking you to set this variable in GDCM's CMakeCache.txt,</div><div>if you are using the cmake gui then you will have to select the "advanced" view:</div><div><br></div><div><div>GDCM_VTK_JAVA_JAR:FILEPATH=C:/Path/To/vtk.jar</div></div><div><br></div><div>If you are interested, my own VTK dicom classes also have java wrappers:</div><div><a href="http://github.com/dgobbi/vtk-dicom" target="_blank">http://github.com/dgobbi/vtk-dicom</a><br></div><div><br></div><div> - David</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 18, 2014 at 12:12 PM, -Daniel- <span dir="ltr"><<a href="mailto:ich_daniel@habmalnefrage.de" target="_blank">ich_daniel@habmalnefrage.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I have tried a couple of times to integrate GDCM in my project (with Java<br>
and VTK). (this was long ago)<br>
However, so far without success. I was able to use classes like gdcm.Scanner<br>
or gdcm.IPPSorter, but none of the vtkGDCM*-classes.<br>
Now I start a new try.<br>
But unfortunately I fail already with an error message in CMake:<br>
CMake Error at Utilities / VTK / CMakeLists.txt: 656 (message):<br>
   Could not find file vtk.jar, VTK_JAVA_JAR is wrong: please set proper<br>
   GDCM_VTK_JAVA_JAR: replacement var<br>
<br>
Where can I set vtk.jar?<br>
<br>
I use VTK 6.1, Java 1.7 (and 1.8 for testing purposes) on a Windows OS with<br>
64bit.<br>
<br>
Thanks for any hints?<br></blockquote></div></div></div>