help with HDF5 Java jars

Hi,
We are going to use HDF5 Java API in our project. I am going over https://portal.hdfgroup.org/display/support/HDF-Java. I tried to build the Java wrappers from HDF5-1.10 with command ./configure --enable-java. However, I cannot see any java jars created but only a few Makefile files generated.
I am building the wrappers from Windows. Can anyone please let me how I can obtain the Java API jars?

Thanks

Eric

Q: You are on Windows but are using autotools configure? Are you trying to target a mingw or cygwin platform?

Autotools likes to hide in “.lib” sometimes. Did you try “make install” after configure?

CMake is easier for me, creating VS solutions on Windows.

Allen