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

CheckJarPath early out if isdeployed()

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