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 › version.class on applet startup
Page Index Toggle Pages: 1
version.class on applet startup (Read 905 times)
version.class on applet startup
Oct 4th, 2005, 8:41pm
 
I was looking through the debug messages in my Java console today, and noticed the following lines being printed whenever I open my applet in a browser.  Why is Processing connecting to processing.org on startup?  The Processing IDE is not running when this occurs.

Quote:
basic: Initializing applet ...
basic: Starting applet ...
network: Connecting http://processing.org/download/version.class with proxy=DIRECT
network: Connecting http://processing.org/download/version.class with cookie "Processing_username=shwaggin; SID=78797276776F79786C6F6F71463470; Processing_password=xxxxxxxxxxxxxxxxx"
network: Connecting http://processing.org/download/version.class with proxy=DIRECT
network: Connecting http://processing.org/download/version.class with cookie "Processing_username=shwaggin; SID=78797276776F79786C6F6F71463470; Processing_password=xxxxxxxxxxxxxxxxx"
network: Connecting http://processing.org/images/1pix.gif?1.5.0_04%2509Sun+Microsystems+Inc.%2509Windows+XP%25095.1%2509x86 with proxy=DIRECT
network: Connecting http://processing.org/images/1pix.gif?1.5.0_04%2509Sun+Microsystems+Inc.%2509Windows+XP%25095.1%2509x86 with cookie "Processing_username=shwaggin; SID=78797276776F79786C6F6F71463470; Processing_password=xxxxxxxxxxxxxxxxx"

Re: version.class on applet startup
Reply #1 - Oct 4th, 2005, 11:15pm
 
that's a tiny applet on the processing.org home page that sends back what version of java you're using, so that we can track these things.
Page Index Toggle Pages: 1