We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799cb1f commit ede09d1Copy full SHA for ede09d1
+stdlib/+java/private/javaException.m
@@ -1,7 +1,7 @@
1
function javaException(e)
2
3
switch e.identifier
4
- case 'MATLAB:Java:ClassLoad'
+ case {'MATLAB:Java:ClassLoad', 'MATLAB:Java:JVMInitialize'}
5
% Java class not available e.g. wrong OS for this class
6
case ''
7
% pass GNU Octave
0 commit comments