Skip to content
Snippets Groups Projects
Commit 0c71981f authored by actb's avatar actb
Browse files

CheckJarPath early out if isdeployed()

parent 40b904e4
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ function CheckJarPath()
%CHECKJARPATH Summary of this function goes here
% Detailed explanation goes here
if isdeployed()
return
end
%% ensure that the bioformats jar file is on the path
dynamicPaths = javaclasspath('-dynamic');
bfIsLoaded = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment