Showing "Problems" view in a RCP product [message #491929] |
Fri, 16 October 2009 11:02  |
Eclipse User |
|
|
|
Hi all,
I'm trying to show a "Problems" view in my RCP Product, just to show validation results.
The code I use is fairly simple (in my Perspective class):
public void createInitialLayout(IPageLayout layout) {
[...]
bottomRight.addView(IPageLayout.ID_PROBLEM_VIEW);
}
but I get the following error:
!ENTRY org.eclipse.ui 4 4 2009-10-16 16:59:49.187
!MESSAGE Exception in org.eclipse.ui.internal.FolderLayout.addView(String): org.eclipse.ui.PartInitException: View descriptor not found:
org.eclipse.ui.views.ProblemView
!STACK 1
org.eclipse.ui.PartInitException: View descriptor not found: org.eclipse.ui.views.ProblemView
at org.eclipse.ui.internal.FolderLayout.addView(FolderLayout.ja va:75)
[...]
Any help? Thx.
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03992 seconds