请高手帮我看看这是什么问题?
protected GraphicalViewer createGraphicalViewer() {
return new GraphicalViewer(this) {
protected void initEditPartFactory() {
setEditPartFactory(new ProcessGraphicalEditPartFactory());//这一行会报错,错误提示是Configure access rules...也不知道是什么原因,所有的包都导了
}
};