Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Steps to install Open JDK

    $ sudo apt-get update
$ sudo apt-get install openjdk-8-jdk

Check your installation using the command :
$ java  -version

2. Install Maven (Version 3.6.0)

...

To install maven follow these steps:

    $ sudo apt update
$ sudo apt install maven

Check the installation using :
$ mvn -version

3. Download xconf server code

...