Hello,

J'ai envie d'utiliser le PreferenceDialog/PreferenceStore de jface.
Le code est à peu près terminé mais quand j'execute la ligne suivante:

PreferenceStore ps = new PreferenceStore("toto.cfg");

j'ai l'exception suivante:
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/ISafeRunnable

En gros, j'imagine qu'il ne trouve pas la classe PreferenceStore (quelle déduction ! )

J'ai pourtant inclus la librairie org.eclipse.jface_3.5.1.M20090826-0800.jar dans mon projet.

Une idée ?

Merci
Benoit