Friday, January 4, 2013

How to integrate Jsoup in GWT

I am trying to develop a simple app with Jsoup. For that, I have replaced the default code in the StockWatcher.java file from GWT with my code, which requires Jsoup. I have downloaded the Jsoup jar file from http://jsoup.org/download (the first link), and placed it in the StockWatcher/war/WEB-INF/lib folder. After this, the Jsoup classes are imported into the class all right (there is no red colored cross sign on those import lines), but while trying to run the app, I am getting an error as shown in the figure. Can anyone give me a step by step help on what to do now? I am new to GWT.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VvLguwLz8sIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment