如何设置Java库路径进行处理 [英] how to set java library path for processing

查看:124
本文介绍了如何设置Java库路径进行处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用PDE运行处理"草图,但出现以下错误:

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

验证是否正确设置了java.library.path属性.

Verify that the java.library.path property is correctly set.

你们中的任何人都可以告诉我如何解决这个问题吗?

Could anyone of you tell me how to solve this problem?

推荐答案

您可以在命令行上进行设置:

You can set it on the command line thus:

java -Djava.library.path=...

并将其指向包含相关库的目录.

and point it to the directory containing the relevant library.

这篇关于如何设置Java库路径进行处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆