How to add external Jar file into GWT project.
Posted
by guaz
on Stack Overflow
See other posts from Stack Overflow
or by guaz
Published on 2010-03-03T02:04:29Z
Indexed on
2010/04/03
1:03 UTC
Read the original article
Hit count: 284
gwt
I am going to use jacob.jar. But the problem is the jacob jar file don't have xxx.gwt.xml file. So I not able to inherit it into my project xml file.
How to resolve this problem? or GWT not allow us to add external JAR file?
© Stack Overflow or respective owner