Just downloaded JBullet from http://jbullet.advel.cz/
but failed to “ant build” it.
with the following error messages:
BUILD FAILED
/home/jiapei/MyPrograms/Eclipse/jbullet/nbproject/build-impl.xml:629: The following error occurred while executing this line:
/home/jiapei/MyPrograms/Eclipse/jbullet/nbproject/build-impl.xml:237: The <classpath> for <junit> must include junit.jar if not in Ant's own classpath
both seems to indicate build-impl.xml failure.
And, both seems to have to do with junit …
The downloaded JBullet doesn’t contain Junit itself, which might have brought this problem.
How to revise build.xml to specify my own junit at /usr/share/java?
Cheers
JIA