Issue with FDB java: `Could not initialize class com.apple.foundationdb.FDB`

Hm, I mean, the most common reason for a NoClassDefFoundError would be some misconfiguration of the Java library. (Just in general, not specific to this.)

Do you have any other Java dependencies, and are they loading correctly? Or is it just FDB that has the problem?