[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: SplashScreen doesn't display after I export RCP app.

I had a bad character in my build.properties file and hence the splash.bmp
never got included in the jar.
./splash.bmp,\
was not liked.
use
splash.bmp ,\

instead

"Drew" <drew@xxxxxxx> wrote in message news:di6kqi$ndq$1@xxxxxxxxxxxxxxxxxxx
> It looks like this
> osgi.splashPath=platform:/base/plugins/com.foo.plugin
> Is it supposed to have a path to the actual splash.bmp?
>
>
> "snpe" <snpe@xxxxxxxxxx> wrote in message
> news:di6fu2$gsa$2@xxxxxxxxxxxxxxxxxxx
> > Drew wrote:
> >
> > > The splash screen displays if i run the RCP app from the debugger, but
> not
> > > after i export the rcp app.What am i missing?
> >
> >
> > check entry osgi.splashPath in config.ini and add this if you haven't
one
> >
>
>