I am currently getting started with OWL. I believe that I have setted up the correct .jar for the OWL API. However, when I compile the code I get an error on the line:
OWLOntologyManager manager = OWLManager.createOWLOntologyManager();
The error says :
cannot access com.google.inject.Provider
class file for com.google.inject.Provider not found
Any ideas on what might be causing the issue?