TheOriginalMrClean

Results 1 comments of TheOriginalMrClean

The above issue can be fixed by the following code replacing the if statement above: ``` if not(ismember(dp, javaclasspath ('-dynamic'))) javaaddpath(dp); % javaaddpath clears global variables...!? elseif not(ismember(fullfile(pwd,'external\snakeyaml-1.9.jar'),javaclasspath ('-dynamic'))) javaaddpath(fullfile(pwd,'external\snakeyaml-1.9.jar'));...