From 3a861276e0332cb4c64622eec58374c523d46206 Mon Sep 17 00:00:00 2001 From: lhazlewood <121180+lhazlewood@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:03:45 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Home.md b/Home.md index 99bb653..c8892cd 100644 --- a/Home.md +++ b/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) ``` +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: ```bash export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"