ewiger / yamlmatlab

Java-based implementation of YAML IO support in MATLAB.
MIT License
55 stars 29 forks source link

Warning when compiling MATLAB script #7

Closed waltsims closed 2 years ago

waltsims commented 4 years ago

When running my script compiled I get the following warning

2020-02-21 14:48:49 UTC -- Warning: "/root/.mcrCache9.6/simula1/opt/YAMLMatlab/external/snakeyaml-1.9.jar" is already specified on static java path.
2020-02-21 14:48:49 UTC -- > In javaclasspath
2020-02-21 14:48:49 UTC --   In javaclasspath
2020-02-21 14:48:49 UTC --   In javaclasspath
2020-02-21 14:48:49 UTC --   In javaaddpath (line 71)
2020-02-21 14:48:49 UTC --   In ReadYamlRaw (line 35)
2020-02-21 14:48:49 UTC --   In ReadYaml (line 48)
2020-02-21 14:48:49 UTC --   In parse_config (line 7)
2020-02-21 14:48:49 UTC --   In simulate (line 18)

Is there any known way to remove this warning? I couldn't find anything documented.