java.lang.NoClassDefFoundError: com/jcraft/jogg/SyncState
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
You might've forgot to add a dependency or it's written wrong. Also, you might be using incompatible versions of Java and Hibernate. More on this here: https://goo.gl/SjSlRA
- Expert tip
This error means there's a class missing in your classpath during runtime. You need to create a jar with all your dependencies and have it in your classpath. Check Maven Assembly Plugin and how to add your dependencies to a jar: https://goo.gl/U2zr8k
Solutions on the web
via processing.org by Unknown author, 1 year ago
via processing.org by Unknown author, 1 year ago
via Oracle Community by 843802, 2 years ago
via Oracle Community by 807589, 7 months ago
java.lang.ClassNotFoundException: com.jcraft.jogg.SyncState
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at org.tritonus.sampled.file.jorbis.JorbisAudioFileReader.getAudioFileFormat(JorbisAudioFileReader.java:73)
at org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:366)
at org.tritonus.share.sampled.file.TAudioFileReader.getAudioInputStream(TAudioFileReader.java:245)
at javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1162)
at krister.Ess.SPIWorkaround.getAudioInputStream(SPIWorkaround.java:47)
at krister.Ess.AudioChannel.loadSound(AudioChannel.java:230)
at krister.Ess.AudioChannel.loadSound(AudioChannel.java:208)
at krister.Ess.AudioChannel.
(AudioChannel.java:55) at sketch_may18a.setup(sketch_may18a.java:36)
at processing.core.PApplet.handleDraw(PApplet.java:1400)
at processing.core.PApplet.run(PApplet.java:1328)
at java.lang.Thread.run(Thread.java:619)