[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] No Splash-Screen with custom config.ini

Hi,

i have a rcp-application with a costum splash-screen. As long as i use the default config.ini-file in the product-declaration the splash is shown. When i change to the option "use an existing config.ini-file" on the Configuration-tab in the product-declaration the splash is no longer shown.

My custom config.ini-file looks like this:

eclipse.product=de.gebit.geplan.core.product
osgi.splashPath=platform:/base/plugins/de.gebit.geplan.core
osgi.bundles=org.eclipse.core.runtime@start,org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start
osgi.bundles.defaultStartLevel=4

Any idea, whatŽs wrong with this?

Any help would be much appreciated. Christoph