Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Robinyo/resteasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

Getting started with RESTEasy

A step-by-step introduction to the RESTEasy framework.

System Requirements:

  • OpenJDK for Java 1.8
  • Git
  • Maven 3.3.9 or higher

OpenJDK for Java 1.8:

Which JDKs do I have installed:

update-java-alternatives -l

You should see output like:

java-1.7.0-openjdk-amd64 1071 /usr/lib/jvm/java-1.7.0-openjdk-amd64

Install OpenJDK for Java 1.8:

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt update
sudo apt install openjdk-8-jdk

Switch versions:

sudo update-alternatives --config java
sudo update-alternatives --config javac

Confirm the change:

java -version
javac -version

Clone the project:

git clone https://github.com/Robinyo/resteasy.git

About

RESTEasy examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published