I am currently using Python3, java8, jpype 0.6.3 version on windows10.
jpype.getDefaultJVMPath()
fails with an error :
raise JVMNotFoundException("No JVM shared library file ({0}) "
jpype._jvmfinder.JVMNotFoundException: No JVM shared library file (jvm.dll) found. Try setting up the JAVA_HOME environment variable properly.
My JAVA_HOME
points to C:\Program Files (x86)\Java\jdk1.8.0_241
If I try starting JVM directly by passing the jvm.dll path("C:\Program Files (x86)\Java\jdk1.8.0_241\jre\bin\client\jvm.dll)
python program crashes.
I have already given executable permission to .dll file
Could anyone please help me fix this issue for the above system specifications