loading vtk in java fails

Hello together,

I try to load vtk 9.4.1 into java. I have build with wrappings, vtk jar and wrappings dll are build.
I copied it al together and try to to call vtkNativeLibrary.LoadAllNativeLibraries();.

It fails. Several dlls cannot be loaded, e.g. vtkTestingRendering. DependencyWalker is green. I traced it down to vtkFiltersCellGrid. It cannot be loaded into java. What is going on here? Is this broken?

I now tested the standard example on several machines. The error is reproducable in both debug and release dlls. I don’t use jogl. I looks like the java wrapping is fundamental broken.