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.
Page Index Toggle Pages: 1
FLOSC OSC (Read 1520 times)
FLOSC OSC
Jul 25th, 2005, 8:40pm
 
A little off topic, maybe.
Flosc (http://www.benchun.net/flosc/) is a little java server that can communicate with anything that uses the OpenSound Control  protocol. It can also communicate with Macromedia Flash using Flash's XMLSocket  feature.
Tutorial: http://transmote.com/flosc/

The problem is that whenever I try to start the FLOSC server with "java Gateway" I get an error "Exception in thread "main" java.lang.NoClassDefFoundError: Gateway/class". Any ideas on what might be wrong ?
Re: FLOSC OSC
Reply #1 - Jul 26th, 2005, 10:25am
 
The first question I would ask is why on earth are you using Flash ? Wink

I have Flosc in a folder called flosc on the c drive. Inside that folder I have a .bat file which contains the following:

cd C:\flosc
ipconfig
java -classpath . Gateway 9999 3000

Make a .bat file with that in and run it, let me know if it works, it does for me.
Re: FLOSC OSC
Reply #2 - Jul 26th, 2005, 10:40am
 
wow, it did Smiley that tutorial said nothing about -classpath Cheesy
Re: FLOSC OSC
Reply #3 - Jul 26th, 2005, 10:56am
 
and flash is used as a web frontend for people to submit data to processing Wink


and thanks
Page Index Toggle Pages: 1