我正在使用两个代码:
https://www.eclipse.org/forums/index.php/t/328812/5ceed4bcaa683a94d65efb161bffd217/
https://www.vogella.com/tutorials/Eclipse4LifeCycle/article.html
在LifecycleManager类中,我有:
@PostContextCreate
void postContextCreate(IApplicationContext appContext, Display display) {
SplashService splashService = new SplashService();
splashService.open();
// ...
}
但是,此对话框仅在打开主Eclipse应用程序时打开,而不是事先打开。我还有其他需要提供的东西,以便它不等待其他所有商品出现吗?