diff --git a/MPM.md b/MPM.md index ea395c3..4f832e1 100644 --- a/MPM.md +++ b/MPM.md @@ -228,7 +228,7 @@ If you encounter a technical issue or have an enhancement request, create an iss ## Changelog ### 2024.1.1 - March 27, 2024 -- **Added**: Specify the `--no-jre` option to skip installation of the default Java Runtime Environment (JRE) used by MATLAB so that you can set a custom JRE. +- **Added**: Specify the `--no-jre` option that allows you to skip installing the default Java Runtime Environment (JRE) used by MATLAB and set a custom JRE instead. For information on which JREs are supported, see [Versions of OpenJDK Compatible with MATLAB by Release](https://www.mathworks.com/support/requirements/openjdk.html) on the MathWorks website. ### 2023.12.1 - December 14, 2023 - **Added**: Support for Windows diff --git a/alternates/non-interactive/MATLAB-BATCH.md b/alternates/non-interactive/MATLAB-BATCH.md index 4e6879e..05051d0 100644 --- a/alternates/non-interactive/MATLAB-BATCH.md +++ b/alternates/non-interactive/MATLAB-BATCH.md @@ -2,7 +2,8 @@ MATLAB® batch licensing executable (**matlab-batch**) is a command line tool that starts MATLAB non-interactively using a batch licensing token and any MATLAB startup options. Specify a MATLAB statement to run as the final argument. **matlab-batch** requires a valid MATLAB executable. -The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements for the MATLAB batch licensing pilot, contact . +The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements, fill out this form on the MathWorks® website: [Batch Licensing Pilot Eligibility](https://www.mathworks.com/support/batch-tokens.html). + ## Download MATLAB Batch Licensing Executable @@ -106,7 +107,7 @@ If your batch licensing token expires in less than 30 days, **matlab-batch** pri - R2023b is the oldest release that **matlab-batch** supports on macOS with Apple silicon. ## Feedback and Support -To inquire about eligibility requirements for the MATLAB batch licensing pilot, contact . +To inquire about eligibility requirements for the MATLAB batch licensing pilot, fill out this form on the MathWorks website: [Batch Licensing Pilot Eligibility](https://www.mathworks.com/support/batch-tokens.html). For support, contact [MathWorks Technical Support](https://www.mathworks.com/support/contact_us.html). diff --git a/alternates/non-interactive/README.md b/alternates/non-interactive/README.md index 2684895..dfa0ada 100644 --- a/alternates/non-interactive/README.md +++ b/alternates/non-interactive/README.md @@ -2,7 +2,7 @@ The Dockerfile in this subfolder shows you how to build and customize a Docker® container for MATLAB® and its toolboxes, using the [MATLAB Package Manager (*mpm*)](../../MPM.md), and [MATLAB Batch Licensing (via **matlab-batch**)](MATLAB-BATCH.md). Use this Dockerfile if you have a MATLAB batch licensing token to license MATLAB in your container. -The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements for the MATLAB batch licensing pilot, contact . +The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements, fill out this form on the MathWorks® website: [Batch Licensing Pilot Eligibility](https://www.mathworks.com/support/batch-tokens.html). You can use this container image as a scalable and reproducible method to deploy and test your MATLAB code in non-interactive environments.