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 › problems saving my work
Page Index Toggle Pages: 1
problems saving my work (Read 477 times)
problems saving my work
Oct 5th, 2005, 8:25pm
 
Hello!

i'm startingw with processing and I need save my little animations like a .exe and I don't know how to do it. coul you help me?  i know with save() I can save the framework, but what I need is save in a file the same that happens when I put "run", is it possible?

thanks thanks thanks
Re: problems saving my work
Reply #1 - Oct 5th, 2005, 11:20pm
 

I'm not sure what you're asking, but it seems that you wish to export your project in some kind of way, either as a .exe standalone application, or a java applet that runs inside a browser.

Export gives you the .jar file, which can be run as an applet, or bundled (using jar bundler Mac) to make a standalone app.

Check out this alpha link.

http://processing.org/discourse/yabb/YaBB.cgi?board=Tools;action=display;num=1074042002
Page Index Toggle Pages: 1