I'm interested in learning JBox2D, but I seem to have stumbled at the first hurdle - building the library.
The Quick-start instructions specify the following simple steps:
- Check out the project through Subversion:
- Import to your IDE as a Maven project (using the pom.xml descriptor in the root folder)
- Run the org.jbox2d.testbed.framework.TestbedMain class
I've checked out the code and imported the project in to IntelliJ IDEA (12.1.4), however, when I try to run the TestbedMain class (and it subsequently compiles the code) I get the following errors:
java: duplicate class: org.jbox2d.common.PlatformMathUtils
java: duplicate class: org.jbox2d.common.Timer
What am I doing wrong/have I missed?
Thanks