I was following this,
Libraries go into the main Arduino document folder. Here’s some instructions from the Arduino site “To install third-party libraries, create a directory called libraries within your sketchbook directory. Then unzip the library there. For example, to install the Twitter library, its files should be in the/libraries/Twitter sub-folder of your sketchbook folder.”
and I have also tried putting the libraries where you told me.
I have libraries now in both places, but still cannot compile the code.
When I do import library Ethernet, I see no new line at the top like the other libraries. Do you think this might be the issue?