Hi.
I want to use the OWL API from the following website:
http://owlapi.sourceforge.net/
I start my code with:
package org.coode.owlapi;
import static org.semanticweb.owlapi.vocab.OWLFacet.*;
import org.coode.owlapi.manchesterowlsyntax.ManchesterOWLSyntaxOntologyFormat;
import org.coode.owlapi.turtle.TurtleOntologyFormat;
import org.junit.Ignore;
import org.junit.Test;
import org.semanticweb.owlapi.apibinding.OWLManager;
...
I've downloaded a ZIP-file from the website. It contained 1 JAR-file.I added the Jar-file to the Classpath.. but in vain. On the first line, Eclipse tells me:
The declared package "org.coode.owl" does not match the expected package ""
Can somebody please tell me what to do
:confused:
asked
17 Feb, 02:01
peniya
9●1
accept rate:
0%
Why do you start your code with
package org.coode.owlapi;? Try removing this line.-1 because of wrong forum for this question. Java+Eclipse basics should be asked somewhere else.