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 › Protecting source code or jar file
Page Index Toggle Pages: 1
Protecting source code or jar file (Read 666 times)
Protecting source code or jar file
Jun 24th, 2005, 6:33pm
 
Is there a way to protect your applet's source code from being read? Or must your source be available since it is an open project?

Rob
Re: Protecting source code or jar file
Reply #1 - Jun 24th, 2005, 6:43pm
 
You can protect your source code. When you pulish/export the applet simply delete the .pde file from the directory, and unlink it from the HTML page.

Of course we encourage people to share their code - but if its an important project you can protect it.

Theres a discussion here about how its possible / allowed to write commerical application using processing:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Collaboration;action=display;num=1118267618
Re: Protecting source code or jar file
Reply #2 - Jun 24th, 2005, 11:48pm
 
That discussion was started by me. I plan on using Processing as a front end applet, which can be open, I guess. It's really the backend I want to protect. Thanks.

Rob
Page Index Toggle Pages: 1