I have not been able to execute a jar file in Processing when using the minim sound library. Has anyone else encountered this problem or know why it may be occurring? Thanks!

link|improve this question

62% accept rate
do you get any errors ? – George Profenza Nov 3 '11 at 21:35
feedback

1 Answer

Never had a problem with that. Can you try this in Processing: Sketch > Import Library... > minim ?

link|improve this answer
Yes I tried that and it still gave the error that it cold not find the main class and the program will exit? – user1026987 Nov 3 '11 at 23:54
What version of Processing are you using and what operating system ? – George Profenza Nov 3 '11 at 23:57
I have tried both 1.2 and 1.5, and I am running a Windows operating system. – user1026987 Nov 4 '11 at 0:00
I've installed XP and Processing 1.5.1 and tried creating a new sketch which uses Minim and it worked. Do you get any error messages when you simply paste this import ddf.minim.*; import ddf.minim.signals.*; into a new sketch ? Also, can you confirm that you have Minim .jar files in they're default location (C:\Program Files\processing-1.5.1\modes\java\libraries\minim\library)? – George Profenza Nov 5 '11 at 12:21
No my Processing 1.5.1 was on my desktop I tried moving it into C and for some reason the library would not import. I think that you are right with the problem may be the location of Processing. – user1026987 Nov 12 '11 at 14:25
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.