KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
resteasy
★ 9
Open GitHub ↗
RESTEasy examples
Download README (.md)
Explore Similar Repositories
Cocos-Creator-Snippet
:
cocos creator snippet for sublime
Material-design-Math-Teacher
:
This is a simple software with a friendly UI to teach kids some basic mental calculations and it includes a scoring and stage system, made with JavaFX.
sexec
:
No description available.
junos-pyez-examples
:
Some examples of how to use Junos PyEZ.
toloko
:
A command line tool for translating words.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
resteasy
?
Download (.md)
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