I'm developing a Restful application, using eclipse and jersey (Without using framework).
But I'm having a problem with annotations like @Path, @GET. When I use these annotations it gives an error in the package line within the class. The following error:
The type java.lang.CharSequence can not be resolved. It is indirectly referenced from required .class file
And I believe that so every time I start the server / squeeze the application failed to access the data. For every time q access to uri that should return the data I get a
"HTTP Status 404- / FirstRestfl".
description The requested resource is not available
All the jersey lib's are added in the path and I'm using Tomcat 7 Códifo
line with error that I do not understand:
Archiveresoruce
Lib's
Web.xml:
Exceptionafterrunningtheapplication
Inthebrowser: