How can I find the version of Java that my MATLAB Runtime uses on Windows?
38 views (last 30 days)
Show older comments
MathWorks Support Team
on 15 Nov 2024
Answered: MathWorks Support Team
on 3 Dec 2024
I would like to know which version of Java my MATLAB Runtime uses, in order to make sure it is compatible with my other products. How can I determine which version of Java it uses for my Windows machine?
Accepted Answer
MathWorks Support Team
on 15 Nov 2024
If you have MATLAB Compiler Runtime downloaded on Windows, you can find the Java version yourself. Navigate to the installed MATLAB Runtime folder, which has a default path similar to:
C:\Program Files\MATLAB\MATLAB Runtime\xxx\sys\java\jre\win64\jre\
The "release" file in this folder gives information about the installed Java version. "MATLAB Runtime" may be called "MATLAB Compiler Runtime" instead, and "xxx" indicates the version format of the Runtime, which may be in the "R20XXx" or "vXx" format.
You can follow the MATLAB Runtime Product Page to translate the "vXx" format. The version number is listed in parentheses after the release name.
0 Comments
More Answers (0)
See Also
Categories
Find more on Java Package Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!