Hey everyone, I'm new here so if this post belongs elsewhere, please let me know.
So my problem is that I'm following a guide from the "Getting Started With Arduino" book, but my code isn't working and when I download the sample code it has the same problem.
What I'm trying to do is pull an rss feed and parse it in processing, and then send some data about it to my arduino. However, the guide has me using a URL object that processing doesn't think exists. So here's my code(the error is occurring at the red underlined section):