Search code examples
androideclipsejsoupadt

The import org.jsoup cannot be resolved


I thought I had this perfectly working but apparently not. I left my project for a vacation, then when I came back and tried to open it, I am getting:

The import org.jsoup cannot be resolved

in all the files that have that import.

If I delete that import and try to automatically resolve Document, it inserts import org.w3c.dom.Document; instead.

What happened to the system and how can I fix this?

Environment: Eclipse 3.6.2 + SDK 3.2 (API13) + jsoup-1.6.1.jar (under Windows XP)


Solution

  • Problem solved (sort of):

    It turns out that I tried to start Eclipse under an XP account that's different than the Administrator.

    Now I have to find out how to make it work under the other account as well.