TUIO Simulator
Posted: 03 September 2008 02:58 PM   [ Ignore ]
New Member
Rank
Total Posts:  42
Joined  2008-06-27

i think i’m missing something

it does not work, does not sent any events
did anybody tried it ?
cheers

Profile
 
 
Posted: 03 September 2008 03:21 PM   [ Ignore ]   [ # 1 ]
New Member
Rank
Total Posts:  88
Joined  2008-05-17

yeah, it works for me with no problems. What are you trying to do?

 Signature 

Nuigroup wiki

Profile
 
 
Posted: 03 September 2008 03:24 PM   [ Ignore ]   [ # 2 ]
New Member
Rank
Total Posts:  42
Joined  2008-06-27

i want to run some demos

the ones in processing if possible

and start from there , but nothing happens

is there anything else I have to start besides the simulator and the demo ?

Profile
 
 
Posted: 03 September 2008 03:47 PM   [ Ignore ]   [ # 3 ]
Sr. Member
Avatar
RankRankRank
Total Posts:  355
Joined  2007-09-18

any error message from the processing board ?

 Signature 

http://sassexperience.org

Profile
 
 
Posted: 03 September 2008 03:51 PM   [ Ignore ]   [ # 4 ]
New Member
Rank
Total Posts:  42
Joined  2008-06-27

this is what i get in processing and the simulator is running . This is the TuioDemo

java.lang.UnsupportedClassVersionError: com/illposed/osc/OSCListener (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

Profile
 
 
Posted: 04 September 2008 03:00 AM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRank
Total Posts:  204
Joined  2007-04-03

seems like you’re using an old java version…

 Signature 

My multitouch blog: http://www.multigesture.net
Howto: Compile touchlib on windows XP/Vista
Howto: Compile touchlib on Ubuntu Linux
Downloads: Touchlib SVN builds

Profile
 
 
Posted: 04 September 2008 03:28 AM   [ Ignore ]   [ # 6 ]
New Member
Rank
Total Posts:  42
Joined  2008-06-27

yest, that was it
stupid me smile
cheers

Profile