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 & HelpIntegration › Processing Applet on Website on Server
Page Index Toggle Pages: 1
Processing Applet on Website on Server (Read 502 times)
Processing Applet on Website on Server
Aug 23rd, 2008, 6:44pm
 
I've read quite a bit and I think I've got it figured out but I'd like to be sure..

If I would like to show various processing pde's on a website (the server is a terminal-only debian server)... I don't need to DEVELOP the pde's on that machine.. all I really need is to have the JRE on the server... right?
I don't need the JDK or anything because I'd be developing on a different (windows) machine.

Thanks and sorry for the noob-y question.
-Austin
Re: Processing Applet on Website on Server
Reply #1 - Aug 23rd, 2008, 8:43pm
 
The server doesn't need any java on it if it's just serving them on a website.

All you need is a webserver to serve the files up, and then it's the client's system that needs to have Java on it to make the applets work.
Re: Processing Applet on Website on Server
Reply #2 - Aug 23rd, 2008, 10:19pm
 
Wow you're right. I always forget java is client-side.
*sigh*
Thanks.
Page Index Toggle Pages: 1