Hello,
From my understanding the issue you are facing appears to be due to use of incorrect JRE.
When MATLAB is shipped, the JRE used by the installed product is located in the directory (example for R2019a , win64):
C:\Program Files\MATLAB\R2019a\sys\java\jre\win64\jre
The JRE used by your current running instance of MATLAB can be determined by the output of the following command:
>> java.lang.System.getProperty('java.home')
Ideally, the output from the above command must point to the shipped JRE. I would recommend changing your ‘MATLAB_JAVA’ system environment variable to point MATLAB to use the shipped version of the JRE. This should resolve the issue.