Using Google Talk to connect two Max/Msp instances

I am using Eclipse to make them talk.

Set up Max and Eclipse

Look at this great tutorial http://compusition.com/web/articles/maxmsp-eclipse

Add to your C:\Program Files\Cycling ‘74\Max 5.0\Cycling ‘74\java\max.java.config.txt

max.dynamic.class.dir /Users/ChristianLiljedahl/workspace/MaxGoogleTalk/bin
This is where Eclipse puts your .class file

max.dynamic.jar.dir /Users/ChristianLiljedahl/workspace/MaxGoogleTalk/bin
This is where you have put your smack.jar

Leave a Reply