I have an error when I launch my eclipse-rcp application:
!ENTRY org.eclipse.ui 4 4 2012-02-24 17:00:14.011
!MESSAGE Invalid preference page path: Security
What is it? My application has p2. I see that this error is correlated with the extension: org.eclipse.ui.preferencePages The extension in my plugin.xml doesn't have either name and ID and has three pages that are also my classes. What can I do to solve this problem?
Thank you for your answers.