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

Exception in thread "JavaFX Application Thread" #23

Open
alexandrebastien opened this issue Nov 16, 2020 · 1 comment
Open

Exception in thread "JavaFX Application Thread" #23

alexandrebastien opened this issue Nov 16, 2020 · 1 comment

Comments

@alexandrebastien
Copy link

alexandrebastien commented Nov 16, 2020

Hi, I got this on a freshly downloaded version of Fiji (Win64):

[INFO] Running FilamentDetector version 1.0.0
Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: de/biomedical_imaging/ij/steger/OverlapOption
	at sc.fiji.filamentdetector.detection.RidgeDetectionFilamentDetector.<init>(RidgeDetectionFilamentDetector.java:85)
	at sc.fiji.filamentdetector.detection.FilamentDetectorService.getDetectors(FilamentDetectorService.java:60)
	at sc.fiji.filamentdetector.gui.controller.DetectFilamentController.<init>(DetectFilamentController.java:183)
	at sc.fiji.filamentdetector.gui.controller.MainController.loadDetectFilament(MainController.java:336)
	at sc.fiji.filamentdetector.gui.controller.MainController$1.lambda$call$0(MainController.java:166)
	at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294)
	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$null$147(WinApplication.java:177)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: de.biomedical_imaging.ij.steger.OverlapOption
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 12 more

I guess it's related with the included JRE that might not contain JavaFX anymore... I'm not sure.

@alexandrebastien
Copy link
Author

I also tested it with the new Java11 test bundle and I got the same error.

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

1 participant