how to set java library path for processing

后端 未结 4 1897
广开言路
广开言路 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 01:46

    You can set it on the command line thus:

    java -Djava.library.path=...
    

    and point it to the directory containing the relevant library.

提交回复
热议问题