Folks, I am stumped. I am trying to connect to H2 database from pythong using JayDeBeApi.
on a Windows 10 machine. I installed the JayDebeApi package. ( https://pypi.org/project/JayDeBeApi/) When I try to run , I get the following error - *jpype._jvmfinder.JVMNotFoundException: No JVM shared library file (jvm.dll) found. Try setting up the JAVA_HOME environment variable properly.* I have jdk installed on my system. I tried tweaking the JAVA_HOME but that did not make a difference. I do see the jvm.dll in 2 folder - here - C:\Program Files\Java\jre1.8.0_171\bin\server and here - C:\Program Files\Java\jdk1.8.0_171\jre\bin\server I tried the following - C:\Program Files\Java\jre1.8.0_171 C:/Program Files/Java/re1.8.0_171 C:\Program Files\Java\jdk1.8.0_171 C:/Program Files/Java/jdk1.8.0_171 No luck. Truly stumped! Anyone tried using JayDebeApi in python to connect to H2 database? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
