We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › Application Creation : "File does not exist&q
Page Index Toggle Pages: 1
Application Creation : "File does not exist&q (Read 1417 times)
Application Creation : "File does not exist&q
Aug 17th, 2007, 12:03pm
 
I've got an interesting little problem that sort of cropped up out of nowhere.

I'm trying to export a sketch, it uses two libraries pitaru.sonia_v2_9 and SoniaHelper, and when I attempt to export it as an application, I get the following console error :

"File sonia_v2_9.jar,JSynClasses.jar,JSynV142.dll,libJSynV142.jnilib does not exist"

The sketch plays fine from within the processing IDE.  Any suggestions ? Have I done something silly ?

Thanks in Advance.
Re: Application Creation : "File does not exi
Reply #1 - Aug 19th, 2007, 10:07am
 
did you install jsyn?

http://www.softsynth.com/jsyn/plugins/

F
Re: Application Creation : "File does not exi
Reply #2 - Aug 19th, 2007, 10:36am
 
fjen wrote on Aug 19th, 2007, 10:07am:
did you install jsyn

http://www.softsynth.com/jsyn/plugins/

F


yes I did
It was actually shortly after this that I noticed I couldn't export applications anymore.  So I assume the two are connected...Not sure how though
Re: Application Creation : "File does not exi
Reply #3 - Aug 19th, 2007, 12:59pm
 
ok, here's how to fix this:

in libraries/sonja/library/..
open export.txt

change the line starting with:
application=...

to be:
#application=...

now export again. works for me on os-x.

F
Page Index Toggle Pages: 1