【发布时间】:2015-10-28 13:42:21
【问题描述】:
我想在 Processing 1.5 中设置一个投影映射器。我正在关注this tutorial。
我安装了每个库并逐步执行,但我看到了这个错误:
The type processing.xml.XMLElement cannot be resolved.It is indirectly referenced from required .class files.
我错过了什么吗?我做错了什么?
【问题讨论】:
-
您将不得不向我们提供更具体的信息。您使用的是 Processing 编辑器,还是使用 Eclipse 之类的 IDE?你能发一个MCVE吗?你是如何安装这些库的?
-
@KevinWorkman 嘿,我正在使用处理编辑器。提供一些代码行并不容易,因为我不确定问题出在哪里/是什么。安装库:将下载的库拖到 /Documents/Processing/Library/
标签: processing