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 & HelpSyntax Questions › load files at runtime
Page Index Toggle Pages: 1
load files at runtime? (Read 955 times)
load files at runtime?
Apr 8th, 2009, 2:12pm
 
i want to create a stand-alone application (not applet) that loads a data file at runtime. is it possible to get around the pre-built executables baking in the current content of the file, and instead have it load at runtime?
Re: load files at runtime?
Reply #1 - Apr 8th, 2009, 2:48pm
 
Yes.
Re: load files at runtime?
Reply #2 - Apr 13th, 2009, 6:52pm
 
can you tell me how you do this?
Re: load files at runtime?
Reply #3 - Apr 13th, 2009, 11:13pm
 
All the functions taking a file (by default in data folder) can be feed with a full path, which can be obtained from a JFileChooser, for example.
Page Index Toggle Pages: 1