Simple Guide to Install tomee-jax-rs on Mac

What is “tomee-jax-rs” Package?

TomeEE Web Profile plus JAX-RS
For more details: https://tomee.apache.org/

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install tomee-jax-rs.
    brew install tomee-jax-rs

Now, use tomee-jax-rs!