Sunday, November 4, 2012

Extern library include

Hello

I have a problem with an external library. I tried to include the library in my gwt project and I would like to use the methods from the library on my clientside.
I copied the library in my web-inf/lib and included it in my classpath. in my *.gwt.xml I added the line <source path='HWString/hwstring'/>
if I start the project I get the error:

Line 5: The import hwstring cannot resolved
Line 77: HWString cannot be resolved to a type

I don't get where the problem is. Can somebody help me?

Sascha

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
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