Failed to load the JNI shared library "C:\Katalon\jre\bin\client\jvm.dll"

I just downloaded and installed Katalon_Studio_Windows_64-6.1.2.zip. After updating, when trying to open Katalon, I am getting the error "Failed to load the JNI shared library “C:\Katalon\jre\bin\client\jvm.dll”. The file jvm.dll does exist and user permissions are set to allow access.

System is Windows 10 Pro 64bit.

Thanks.

Hi @Clayton_Friesen,

Please show us the content of this file: katalon.ini

Thanks

-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740
-data
config
-vmargs
-Xms256m
-Xmx2048m

The file jre\bin\client\jvm.dll doesn’t contains in Katalon embeded JRE. These are two posible solution to resolve this:

  • Solution 1: Try download Katalon Studio for Windows 64bit again and extract it in a user folder or another Driver (D://, or E://).
  • Solution 2: Add this parameter to the top of file katalon.ini:
-vm
C:\Katalon\jre\bin\javaw.exe

Thanks. I just removed the existing C:\Katalon folder and created a new one with the update and it now works.

1 Like

Hi There

I’m getting the mentioned error, tried both provided solutions but still it doesn’t work.