标签: java eclipse eclipse-rcp
我正在使用compat层将eclipse 3.x应用程序迁移到eclipse 4.x.迁移后,即使我添加了代码
configurer.setShowPerspectiveBar(true);
有没有办法在eclipse 4.4.1 RCP应用程序(在compat层上运行)中显示透视条?
答案 0 :(得分:0)
应该是:configurer.setShowPerspectiveBar(true);