无法导入 org.gicentre.geomap。*
Cannot iimport org.gicentre.geomap.*
我正在使用处理 3.And 我正在尝试将 gicentre geomap 库添加到我的处理库中。我从 https://www.gicentre.net/geomap/ 下载了地理地图库。并将其提取并移动到 Processing/libraries 下。在此之后,我尝试 运行 这个库中的一个例子。它只是告诉我
import org.gicentre cannot be resolved. And GeoMap class does not
exist.
有什么想法吗?谢谢!
在这里查看我的回答:
If you're using the Processing editor, the easiest way to install a non-standard library is to just drag the .jar
file onto your Processing editor. This will move the .jar
file into your sketch folder, and you can use it just like you can use any other library.
我正在使用处理 3.And 我正在尝试将 gicentre geomap 库添加到我的处理库中。我从 https://www.gicentre.net/geomap/ 下载了地理地图库。并将其提取并移动到 Processing/libraries 下。在此之后,我尝试 运行 这个库中的一个例子。它只是告诉我
import org.gicentre cannot be resolved. And GeoMap class does not exist.
有什么想法吗?谢谢!
在这里查看我的回答:
If you're using the Processing editor, the easiest way to install a non-standard library is to just drag the
.jar
file onto your Processing editor. This will move the.jar
file into your sketch folder, and you can use it just like you can use any other library.