Processing 正在处理-未找到库

Processing 正在处理-未找到库,processing,libraries,Processing,Libraries,在处理过程中,我出现以下错误: No library found for bezierVertex Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' 我正在尝试运行“examplephys2d_geeknesrain.pde”,可以在 这个错误令人费解,因为我确实在中安装了bezierVertex.jar库 \pphys2d\examples\examplephys2D\u ge

在处理过程中,我出现以下错误:

No library found for bezierVertex
Libraries must be installed in a folder named 'libraries' inside the 'sketchbook'
我正在尝试运行“examplephys2d_geeknesrain.pde”,可以在

这个错误令人费解,因为我确实在中安装了bezierVertex.jar库

\pphys2d\examples\examplephys2D\u geeknesrain\libraries,在 \pphys2d\examples\examplephys2D\u geeknesrain(这是处理显示为草图文件夹的内容)

我在网上搜索了很多次,发现一些建议的解决方案还包括其他路径(参见Wiki),如:

我现在在上面的所有内容中都有了bezierVertex.jar库。 然而,Processing仍然找不到它,并且无法从Processing内部浏览到jar文件。“导入库”选项似乎无法指向本地文件夹(这将使事情变得更简单)

我错过了什么


谢谢你的建议

您必须复制sketchbook中libraries文件夹中的bezierVertex.jar

在Windows上:
C:\Documents\Processing\libraries\bezierVertex\library\bezierVertex.jar

在Mac OS X/Linux上:
~/Documents/Processing/libraries/bezierVertex/library/bezierVertex.jar


如果您只想在一个项目中使用该库,您可以将jar文件复制到草图目录中的code-文件夹中,即
~/Documents/Processing/mysupersetch/code/bezierVertex.jar

我肯定您导入了bezierVertex.*在您的代码中,对吗?
C:\Users\.........\Documents\Processing\libraries
C:\Users\.........\Documents\Processing\libraries\libraries