From de2ca79038fd41dc6823df0e27f05a607ed1d4da Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:32:26 -0700 Subject: [PATCH] try changing classpath --- pycromanager/headless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycromanager/headless.py b/pycromanager/headless.py index 6ba4dfbf..b3116481 100644 --- a/pycromanager/headless.py +++ b/pycromanager/headless.py @@ -169,7 +169,7 @@ def start_headless( _PYMMCORES.append(mmc) # Store so it doesn't get garbage collected Engine(mmc) else: - classpath = mm_app_path + '/plugins/Micro-Manager/*' + classpath = mm_app_path + '/plugins/Micro-Manager/' if java_loc is None: if platform.system() == "Windows": # windows comes with its own JRE