VTK 9 + Java on Mac

Thanks David for confirming.
I would really appreciate if someone could have a look at why .class and .jar files are not being generated when building VTK 9 when using VS 2017 as the output generator for CMake.

This afternoon I will try to analyze the issue with vtkWrapHierarchy that I am getting during the Windows build when using Ninja as the build system.

Also the warning that I am getting on the compilation of (apparently) every .cxx file with Ninja (warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc) sounds a bit suspicious to me, I am not sure it can be safely ignored. Any comment on this?

I am not getting this kind of warning when compiling through VS 2017. However, in this case vtk.jar is not generated.

So, overall, at the moment there is no working build combination for VTK 9 (+ Java) under Windows for me.

In the meanwhile, I have made progresses under macOS (using Ninja), and I have the JoglConeRendering sample working under that platform, at least in GLCanvas mode. See (https://gitlab.kitware.com/vtk/vtk/-/issues/17831) for details.

Now, I would very much like to obtain at least the same result under Windows.

Thanks in advance for your comments.

Best regards,

Marco Sambin