My FPS game in JME

This tutorial is interesting too:
http://www.wildbunny.co.uk/blog/2011/04/20/collision-detection-for-dummies/

You can use Bullet’s build-in support of continuous collision detection (setCcd*() methods). You don’t have to implement it yourself from scratch.