Skip to content

Commit ede09d1

Browse files
authored
Handle additional Java exception case
1 parent 799cb1f commit ede09d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+stdlib/+java/private/javaException.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function javaException(e)
22

33
switch e.identifier
4-
case 'MATLAB:Java:ClassLoad'
4+
case {'MATLAB:Java:ClassLoad', 'MATLAB:Java:JVMInitialize'}
55
% Java class not available e.g. wrong OS for this class
66
case ''
77
% pass GNU Octave

0 commit comments

Comments
 (0)