Skip to content

Commit

Permalink
Added command to switch to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 authored Oct 21, 2024
1 parent a395273 commit 6bd0a7a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ If you want to start instantly without installing any software, click the button

This project contains a maven wrapper, so you can run this project without installing maven. The documentation for this tutorial contains next to the default mvn command also the commands for the maven wrapper.

If you want to run this project with Java 8, you can get an older version with the git command below.
And it is recommended to follow the instruction for that specific version, which is available at this [page](https://github.com/Hakky54/mutual-tls-ssl/tree/java-8-compatible)
```bash
git checkout tags/java-8-compatible
```
If you want to run this project with Java 8 or Java 11, you can get an older version with the git command below.
- `git checkout tags/java-8-compatible`
- `git checkout tags/java-11-compatible`

The server depends on the other components of the project, so run `mvn install` in the root directory first.
```bash
Expand Down

0 comments on commit 6bd0a7a

Please sign in to comment.