<div dir="ltr"><div><div><div>Mathieu,<br><br>Your <a href="https://gitlab.kitware.com/mwestphal/vtk/compare/32ff5f4aea8d1808aed2e376e06d8e9dc8b594c5...a252bb5ce2eb5469dcf79888b009c258b980b1d7">code </a>is:<br>set_source_files_properties(<br>  vtkParticleBase<br>  vtkParticleExample<br>   WRAP_EXCLUDE)<br><br></div>which is incorrect because those are not sources files that will be checked by vtkWrapJava.cmake (line 78).<br><br>set_source_files_properties(<br>  vtkParticleBase.cxx<br>  vtkParticleExample.cxx<br>   WRAP_EXCLUDE)<br></div>should do the trick.<br><br></div>Joachim :)<br></div>