Failed to Load JNI shared library when trying to use titanium

后端 未结 1 347
时光取名叫无心
时光取名叫无心 2020-12-21 04:29

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\\b

相关标签:
1条回答
  • 2020-12-21 04:55

    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

    0 讨论(0)
提交回复
热议问题