An splash.bmp is used as the splash screen. It closes after about 5-6 minutes of the application being run. I want it to close as soon as some ui displays. I tried using Platform.endSplash() and also applicationRunning() of application context just before PlatformUI.createAndRunWorkbench(display, new ApplicationWorkbenchAdvisor()).
It fails to close the splash screen.
Any suggestions would be helpful. It would also be okey if I could close the splash screen after about 10 -15 seconds.