Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » SplashScreen doesn't display after I export RCP app.
SplashScreen doesn't display after I export RCP app. [message #437934] Fri, 07 October 2005 18:22 Go to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
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?
Re: SplashScreen doesn't display after I export RCP app. [message #437935 is a reply to message #437934] Fri, 07 October 2005 20:48 Go to previous messageGo to next message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
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
Re: SplashScreen doesn't display after I export RCP app. [message #437936 is a reply to message #437935] Fri, 07 October 2005 20:12 Go to previous messageGo to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
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@snpe.co.yu> wrote in message
news:di6fu2$gsa$2@news.eclipse.org...
> 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
>
Re: SplashScreen doesn't display after I export RCP app. [message #437938 is a reply to message #437936] Fri, 07 October 2005 21:12 Go to previous message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
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@acm.org> wrote in message news:di6kqi$ndq$1@news.eclipse.org...
> 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@snpe.co.yu> wrote in message
> news:di6fu2$gsa$2@news.eclipse.org...
> > 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
> >
>
>
Previous Topic:Splash works after export, but not from within IDE
Next Topic:JavaScript errors with external links in online help
Goto Forum:
  


Current Time: Sat Dec 07 17:54:39 GMT 2024

Powered by FUDForum. Page generated in 0.02765 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top