Failed to load JNI shared library while trying to use titanium

I'm having difficulties with the Titan mobile cross-card development platform, I get the error "failed to load JNI shared library c:\programfiles\java\jdk 1.6.0 _45\bin\server\jvm.dll.

Can someone help. Thanks in advance.

+4
source share
1 answer

Have you read the system requirements ?

From the documentation:

Windows requires a 32-bit version of the Java JDK, regardless of whether the Titanium works on a 32-bit or 64-bit system.

Try to install an additional 32-bit version of Java (without deleting the 64-bit one) and set the system variable.

You can link to the following links:

Hope this helped you

+8
source

Source: https://habr.com/ru/post/1485554/


All Articles