You should implement jumping Physics yourself is think. That what i would do.
Precompute jumping curve on jump start and than move object along it.
And use physics only for collision handling. If any collision occurs - get a hit point and hit vector from it and recompute bouncing curve and move along it, until next collision.
Nice graphics =D