Imoprter un projet en eclipse

dido44 Messages postés 79 Date d'inscription lundi 18 mai 2009 Statut Membre Dernière intervention 12 août 2009 - 13 mai 2009 à 15:46
dido44 Messages postés 79 Date d'inscription lundi 18 mai 2009 Statut Membre Dernière intervention 12 août 2009 - 13 mai 2009 à 20:26
bjr ,
ma question est , en fait j'ai importer un projet java sur eclipse mais quand je le compile il  me  donne tjrs ce message d'erreur;

Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    The import org.pdfbox cannot be resolved
    The import org.pdfbox cannot be resolved
    The import org.pdfbox cannot be resolved
    The import org.pdfbox cannot be resolved
    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:19)
    at main.MainWindow.startWatching(MainWindow.java:255)
    at main.MainWindow.main(MainWindow.java:511)
Start Watching...

merci de me repondre

4 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
13 mai 2009 à 16:20
Salut,

C'est qu'il te manque une bibliothèque dans le classpath de ton application (en l'occurence, la bibliothèque qui est censé avoir un package nommé "org.pdfBox"
0
dido44 Messages postés 79 Date d'inscription lundi 18 mai 2009 Statut Membre Dernière intervention 12 août 2009
13 mai 2009 à 19:45
salut
merci de ta reponse, est ce que tu peux me expliquer ou je le trouve et comment je l'imoprte sous eclipse.

désolé pour le derangement
0
dido44 Messages postés 79 Date d'inscription lundi 18 mai 2009 Statut Membre Dernière intervention 12 août 2009
13 mai 2009 à 20:14
merci bcp, me reste que:
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:19)
    at main.MainWindow.startWatching(MainWindow.java:255)
    at main.MainWindow.main(MainWindow.java:511)
Start Watching...

merci de me repondre
0
dido44 Messages postés 79 Date d'inscription lundi 18 mai 2009 Statut Membre Dernière intervention 12 août 2009
13 mai 2009 à 20:26
maintenant j'ai d'autre pb , en fait quand je telecharge la  bibliothèque (org.apache) et pour l'importer dans mon projet je le trouve pas ( où je l'ai telechargé)

merci d'avance
0
Rejoignez-nous