Hi All,<div>Looks like the vtkNativeLibrary enum still references  pre-modular library names,</div><div>ie</div><div>enum vtkNativeLibrary</div><div>{</div><div>...</div><div>COMMON("vtkCommonJava"),</div>FILTERING("vtkFiteringJava"),<div>

...</div><div>}</div><div>Seems like, at a minimum, it should at least be something like</div><div>{</div><div>...</div><div>COMMONCORE("vtkCommonCoreJava"),</div><div>FILTERINGCORE("vtkFiltersCoreJava"),</div>

<div>...</div><div>}</div><div>but I'm sure that doesn't cover it.</div><div><br></div><div>I just began trying out the modular build so I'm not sure where things have moved otherwise I would have taken a whack at fixing this.</div>

<div>Gerrick<br><div><div><br></div></div></div>