We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am trying to compile a class that I wrote into a library. It heavily uses JSONObject and JSONArray, loadJSONObject, etc. and eclipse kicks a bunch of "Cannot find symbol errors". Do I need to include more than just core.jar? If I do which one includes the JSON classes?
Answers
No, the data package is indeed in core.jar. At least if you use one from Processing 2.x+.
Perhaps you can show some of these messages?