I have an external Jar ,
- which is in the Project BuildPath
- which is in the WEB-INF/lib folder
and Eclipse has no problem identifying the file.
But GWT complains by saing that the source code is not available.
[ERROR] Line 8: No source code is available for type javax.ws.rs.core.Application;
did you forget to inherit a required module?
Do I have to explicitly tell it inherit it? But This is not a module.
Thanks.