Closed psobolewskiPhD closed 8 months ago
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/qupath-script-editor-error-when-trying-to-open-saved-script/89826/3
For me adding the libs in QuPath/app and adding the cfg:
[Application]
app.classpath=$APPDIR\libs\*
worked in windows 10
Alternatively, and until this QuPath bug will be fixed, instead of the libs
folder, you can add the OMERO-Fiji plugin
Image J / Fiji - omero_ij-5.8.3-all.jar
. This fat jar replaces the libs folder. It can be dowloaded from here https://www.openmicroscopy.org/omero/downloads/
Alternatively, and until this QuPath bug will be fixed, instead of the
libs
folder, you can add the OMERO-Fiji pluginImage J / Fiji - omero_ij-5.8.3-all.jar
. This fat jar replaces the libs folder. It can be dowloaded from here https://www.openmicroscopy.org/omero/downloads/
I can confirm this works!
Is there any drawback to this vs the lib
folder? The later is a bigger download too.
Perhaps update the README?
The only drawback I can see is dependencies version mismatch. The fat jar contains plenty of other single jars ; if you already have one of those in your dependency folder, you may face with conflicting versions.
But until now, I'm used to have this fat jar and I never encountered any issues.
Perhaps update the README?
It's updated, thanks.
This issue has been fixed in QuPath 0.5.1
This QuPath issue is pretty degenerate with this extension: https://github.com/qupath/qupath/issues/1439 Putting the
lib
folder with the Ice Java library into the QuPath extensions folder doesn't work--the libs aren't found. Not only does the extension not work, but images can't be opened via drag and drop: