We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22c223 commit f596cc3Copy full SHA for f596cc3
1 file changed
src/matlabcontrol/Configuration.java
@@ -232,6 +232,7 @@ static String getSupportCodeLocation() throws MatlabConnectionException {
232
} catch (URISyntaxException e) {
233
ClassLoader loader = Configuration.class.getClassLoader();
234
throw new MatlabConnectionException("Support code location could not be determined. " +
235
+ "Could not convert URI location to file path.\n" +
236
"URL Location: " + url + "\n" +
237
"Code Source: " + codeSource + "\n" +
238
"Protection Domain: " + domain + "\n" +
0 commit comments