Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to Load JNI shared library when trying to use titanium

Tags:

titanium

I am having difficulty with Titanium cross mobile development platform, i am getting error "failed to load JNI shared library c:\programfiles\java\jdk 1.6.0 _45\bin\server\jvm.dll.

could any one help.Thanks in advance.

like image 330
Akshay Avatar asked Feb 17 '23 06:02

Akshay


1 Answers

Did you read System Requirements?

From Documentation:

For Windows, the 32-bit version of Java JDK is required regardless of whether Titanium is running on a 32-bit or 64-bit system.

Try to install additional 32bit version of Java (without removing the 64bit) and set the system variable.

You can refer the following links for it

  1. Failed to load the jni shared library jvmdll Titanium

  2. Failed to load the jni shared library jdk - Eclipse

Hope it helped you

like image 87
Anand Avatar answered Mar 16 '23 02:03

Anand