Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monai Label for QuPath not compatible with QuPath 0.5.x #1694

Open
lacan opened this issue May 27, 2024 · 1 comment
Open

Monai Label for QuPath not compatible with QuPath 0.5.x #1694

lacan opened this issue May 27, 2024 · 1 comment

Comments

@lacan
Copy link

lacan commented May 27, 2024

Here is the error log when instaling the extension into QuPath 0.5.1

Error loading extension qupath.lib.extension.monailabel.Extension@46956954: qupath/lib/gui/ActionTools
java.lang.NoClassDefFoundError: qupath/lib/gui/ActionTools
	at qupath.lib.extension.monailabel.Extension.installExtension(Extension.java:44)
	at qupath.lib.gui.ExtensionManager.refreshExtensions(ExtensionManager.java:148)
	at qupath.lib.gui.ExtensionManager.promptToCopyFilesToExtensionsDirectory(ExtensionManager.java:261)
	at qupath.lib.gui.viewer.DragDropImportListener.handleFileDropImpl(DragDropImportListener.java:334)
	at qupath.lib.gui.viewer.DragDropImportListener.handleFileDrop(DragDropImportListener.java:286)
	at qupath.lib.gui.viewer.DragDropImportListener.lambda$handle$0(DragDropImportListener.java:196)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
	at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: qupath.lib.gui.ActionTools
	at java.base/java.net.URLClassLoader.findClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
	... 13 more
@lacan lacan changed the title Monai Label for QuPAth not compatible with QuPAth 0.5.x Monai Label for QuPath not compatible with QuPath 0.5.x May 27, 2024
@SachidanandAlle
Copy link
Collaborator

very likely not compatible... try older qpath version only

https://github.com/qupath/qupath/releases/tag/v0.4.4
or
https://github.com/qupath/qupath/releases/tag/v0.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants