how to set java library path for processing

后端 未结 4 1896
广开言路
广开言路 2020-12-03 01:35

I\'m using PDE to run a Processing sketch, and I get the following error:

Verify that the java.library.path property is correctly

4条回答
  •  一整个雨季
    2020-12-03 02:05

    Your library.path is fine, what you need to do is to drop prefix lib and suffix .so from your System.loadLibrary( "..." ). On Linux or "linux-android" those will be automatically added by JVM.

提交回复
热议问题