I've an ontology file and i'm working with OWL-API. I should retrieve for my class (#Doc) her individuals and theirs Object Properties
actually i tried two ways to get the individuals, but i get always this error :
Exception in thread "main" java.lang.NoClassDefFoundError: javax/inject/Provider
(i think it mean that the compiler can not find my class !)