This article explains what to do if you encounter problems in running the lmadmin installer.
Problem
When running the lmadmin installer, you might get the following error message: “Could not find or load main class com.zerog.lax.LAX”. This may happen with having Java version greater or equal 17 installed on your system.
Solution
Please add the following item to your JAVA_TOOL_OPTIONS environment variable like
export JAVA_TOOL_OPTIONS="-Djdk.util.zip.disableZip64ExtraFieldValidation=true"
before running the installer.