Failed to Load JNI shared library when trying to use titanium

风格不统一 提交于 2019-11-28 09:02:45

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/17037022/failed-to-load-jni-shared-library-when-trying-to-use-titanium

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!