Comment importer " org.apache" en eclipse

dido44 Messages postés 79 Date d'inscription lundi 18 mai 2009 Statut Membre Dernière intervention 12 août 2009 - 14 mai 2009 à 09:49
dido44 Messages postés 79 Date d'inscription lundi 18 mai 2009 Statut Membre Dernière intervention 12 août 2009 - 14 mai 2009 à 13:43
bonjour,

voici le message d"erreur  aprés ma compilation:

Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    The import org.apache cannot be resolved
    The import org.apache cannot be resolved
    The import org.apache cannot be resolved

    at main.Watcher.(Watcher.java:24)
    at main.MainWindow.startWatching(MainWindow.java:255)
    at main.MainWindow.main(MainWindow.java:511)

merci de me repondre , j'ai confiance en vous.
A voir également:

8 réponses

cs_DARKSIDIOUS Messages postés 15814 Date d'inscription jeudi 8 août 2002 Statut Membre Dernière intervention 4 mars 2013 130
14 mai 2009 à 10:19
Salut,

Le même problème que précédement : il te manque une bibliothèque dans le classpath de ton application !

Vu le nom du package, il s'agit très certainement d'une bilbiothèque de la fondation apache.
0