Updated Home (markdown)

lhazlewood 2024-01-28 16:03:45 -08:00
parent 8a3bece53c
commit 3a861276e0
1 changed files with 10 additions and 0 deletions

10
Home.md

@ -71,6 +71,16 @@ Welcome to the jjwt wiki!
OpenJDK 64-Bit Server VM (Zulu 7.54.0.13-CA-macosx) (build 24.342-b01, mixed mode) OpenJDK 64-Bit Server VM (Zulu 7.54.0.13-CA-macosx) (build 24.342-b01, mixed mode)
``` ```
1. Ensure Maven 3.8.8 is installed and being used (3.8.8 is the last version that works with JDK 7):
```bash
$ mvn -version
Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)
Maven home: /Users/lhazlewood/.sdkman/candidates/maven/current
Java version: 1.7.0_352, vendor: Azul Systems, Inc., runtime: /Users/lhazlewood/.sdkman/candidates/java/7.0.352b01-zulu/zulu-7.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
```
1. Ensure MAVEN_OPTS is set properly: 1. Ensure MAVEN_OPTS is set properly:
```bash ```bash
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"