I'm creating one RCP application in Juno.
In that app I'm creating programmatically Part based on PartDescriptor
like following.
MPart part = partService.createPart("discripto.id");
part.setElementId("element.id");
And it was working perfectly till Eclipse 4.2.2.
Same code when I'm trying to run in Eclipse Kepler, its not throwing any exception view is comes like following without any control:
Can any one please tell me what I'm missing here.