Hey there, new to Box2D and so far I really like it. Truly an invaluable tool for my current project! However, I have run into a little problem when trying using the contact listener class.
It seems like the build of JBox2d I was using, version 2.0.1, doesn't have this class. I built it using the google SVN with Eclipse. The reason I was using the older version was because for some reason this tutorial:
http://code.google.com/p/jbox2d/wiki/QuickStart just gave me a bunch of errors and the testbed refused to work. I believe this was because of the errors in the serializing-thing that was included, because of some lacking imports starting with "org.box2d", as in NOT "org.jbox2d".
I have looked through the forums here for an answer but there doesn't seem like anyone has had this problem before. Maybe it has something to do with that I'm using a newer version of Eclipse? They released a new one pretty recently.
Thanks for any answers!
/Niwsters