I want to use Jsoup as an external JAR with GWT on the client-side.
But the .jar of Jsoup is not made for GWT. (no .gwt.xml).
I’d need to package the Java files along with the class files and a .gwt.xml file to be able to use it as a module and inherit it in GWT.
But I don’t know how to do.
Link:
Jsoup – http://jsoup.org/
Thanks
EDIT: My application has only a client-side. No server-side.
You can use any java decompiler to extract java classes and add them to your src folder. Or you can download sources and attach them to project. Should work.
UPD
UPD2
As I can see there only 4 conflicts. It should be easy.