After running /selectableRestWebComponent/src/services/FirstServerResource.java as a web component in Eclipse. Include only org.restlet.jar in the build path library.
Make sure you clean the project and you can check the 'build automatically' in the eclipse project tab.
Make sure you have a server running in the background or connected to an eclipse project, such as Apache tomcat 6.2.
The console should display the message "Starting the internal server [HTTP / 1.1] on port 8182" instead of showing all the errors that you displayed in your question.
Open a browser and go to http: // 'localserverIPaddress': 8182 / test / tutorial, and you should see the words hello displayed in the world.
Nated668
source share