This document provides instructions on setting up the development environment needed to create RESTful web services using the Jersey framework. It describes how to install the Java Development Kit (JDK), Eclipse integrated development environment (IDE), Jersey framework libraries, and Apache Tomcat web server. Detailed steps are provided for configuring the JDK and setting environment variables, downloading and setting up Eclipse, downloading and extracting the appropriate Jersey framework .zip file, and downloading, extracting, and starting Apache Tomcat. Once this environment is configured, the reader will be ready to start building their first RESTful web service application.