Jena Apache

Fermé
nedra1 - 16 mars 2014 à 23:30
Bonjour,
je suis entrain d'apprendre à travailler avec les ontologie,donc, j'ai ajouter la lib jena
et j'ai commencé à tester ce bout de code :

package Main.Ontology;
import com.hp.hpl.jena.ontology.* ;
import com.hp.hpl.jena.ontology.impl.* ;
import com.hp.hpl.jena.rdf.model.* ;



public class onto {

public static void main(String[] args) {
// TODO Auto-generated method stub
OntModel ontologie = ModelFactory.createOntologyModel ();
}

}



voilà ce qui est affiché sur le console::

log4j:WARN No appenders could be found for logger (org.apache.jena.riot.stream.JenaIOEnvironment).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.



pouvez-vous m'aider à resoudre le problème??
merciiiii d'avance :)