-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, I have the following exception:
(Fiji Is Just) ImageJ 2.3.0/1.53q; Java 1.8.0_172 [64-bit]; Linux 5.13.0-39-generic; 1225MB of 2332MB (52%)
java.lang.NoClassDefFoundError: com/jogamp/opencl/CLException
at nanoj.liveSRRF.gui.LiveSRRF_optimised_.run(LiveSRRF_optimised_.java:155)
at ij.IJ.runUserPlugIn(IJ.java:243)
at ij.IJ.runPlugIn(IJ.java:204)
at ij.Executer.runCommand(Executer.java:152)
at ij.Executer.run(Executer.java:70)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: com.jogamp.opencl.CLException
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)
... 6 more
Can somebody explain me what is the problem and how solve it?
Thank you a lot.