Using JNI on Windows

Hi!

I wonder, if it’s possible to use JNI on windows to use java libraries. I found out, that jni.h is only visible when build on Android, but I need it on Windows.

How do I use JNI and java library on windows?