Open internetsadboy opened 10 years ago
My directory structure:
java.lang.NoClassDefFoundError: javax/media/opengl/GLException
at processing.opengl.PGraphicsOpenGL.createPGL(PGraphicsOpenGL.java:1744)
at processing.opengl.PGraphicsOpenGL.
I get the above error, and I am not sure as to why.
Hmm weird, especially b/c it comes bundled w/ processing. The code works w/in "sketch."
Yo @AubG @Madslick,
If you have time, can you see if this example breaks?
I essentially yanked the example from minim. I imported all
jars
associated with minim, and added all minimjars
to the build path; so I'm not sure why it's not working.People had some similar issues on the interwebs. However, it had to do with importing all minim
jars
and I believe I've done that.Any help is appreciated :hankey:
RecordAudio.java
Note: change the audio files in
loadSample
to random audio files on your machine :stuck_out_tongue:Error