I am trying to make a database connection using the Jaydebeapi package in Python3. My setup is running on a windows 2016 server. I have Java 8 and JDK installed. When I execute my script it returns the below error:
OSError: [WinError 126] JVM DLL not found: C:\Program Files\Java\jre1.8.0_60\bin\server\jvm.dll
When I run the script on my personal PC it works fine and I am using all the same software versions.
I can't find a solution anywhere else online.