[vtk-developers] vtk modular and java (vtkPanel) System.loadLibrary problem

Gerrick Bivins gbivins at objectreservoir.com
Wed May 23 10:24:34 EDT 2012


Hi All,
Looks like the vtkNativeLibrary enum still references  pre-modular library
names,
ie
enum vtkNativeLibrary
{
...
COMMON("vtkCommonJava"),
FILTERING("vtkFiteringJava"),
...
}
Seems like, at a minimum, it should at least be something like
{
...
COMMONCORE("vtkCommonCoreJava"),
FILTERINGCORE("vtkFiltersCoreJava"),
...
}
but I'm sure that doesn't cover it.

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.
Gerrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120523/34728df1/attachment.html>


More information about the vtk-developers mailing list