I am trying to run a simple app on GWT, where Jsoup fetches a Wiki page, parses it to find some text, and put that text in a button. I have put the Jsoup jar file in the required folder (as you can see here:)
The imports are working fine, for the use of those Jsoup type variables in the later part of the code shows no errors. But still I am getting the error as seen here:
Can anyone tell me where I am erring?