Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
leverUtilities
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
leverUtilities
Commits
0c71981f
Commit
0c71981f
authored
Feb 24, 2021
by
actb
Browse files
Options
Downloads
Patches
Plain Diff
CheckJarPath early out if isdeployed()
parent
40b904e4
Branches
master
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/MATLAB/+MicroscopeData/+Original/+BioFormats/CheckJarPath.m
+3
-0
3 additions, 0 deletions
...TLAB/+MicroscopeData/+Original/+BioFormats/CheckJarPath.m
with
3 additions
and
0 deletions
src/MATLAB/+MicroscopeData/+Original/+BioFormats/CheckJarPath.m
+
3
−
0
View file @
0c71981f
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment