JAX-RS Jerseys Eclipse Environment Setup
Eclipse web application extensions
Install the dynamic web application extensions and Server Adapters
- Help -> Install New Software
- Type in the current edition of eclipse, e.g. neon, then it will auto-completition, choose http://download.eclipse.org/releases/neon
- Select the following
JST Server Adapters
JST Server Adapters Extentions
Eclipse Java EE Developer Tools
Eclipse Java Web Developer Tools
Eclipse Web Developer Tools
Eclipse XML Editors and Tools
Download JAX-RS Jerseys jars
I used Jerseys jersey-bundle-1.17.1, bundle is much more easier in the environment setup. Remember to add asm.jar for the Jersey Path search
Jars:
jersey-bundle-1.17.1.jar
asm-3.1.jar
Put these jars into WebContent/WEB-INF-lib
The environment is completed then. Enjoy your programming now !
A reference project you can refer.