Eclipse splash screen not showing for RCP application? [message #414860] |
Thu, 10 March 2005 10:06  |
Eclipse User |
|
|
|
Originally posted by: npickard.ll.mit.edu
I have created an rcp application and "productized" it. I've exported the
application to folder, and it runs quite nicely -however, the splash
screen is not shown. I noticed this thread here:
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg00632.html
which seems to suggest that you can only use the splash screen by calling
the eclipse.exe. Is this true? Out of interest, if I deleted my
config.ini file (see my settings at the bottom of this post) and called
the following:
eclipse.exe -vmargs -Dosgi.splashPath=platform:/base/plugins/myapp
-Declipse.product=myapp.appproduct
The splash screen worked with the application coming up! This would be
good, but I would really like to use the config.ini file.
I also read this thread:
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg00632.html
but it appears I have all the correct settings-
from myappstart.bat file:
java -cp startup.jar org.eclipse.core.launcher.Main -application
myapp.myapp
and in my config.ini file:
osgi.splashLocation = platform:/base/plugins/myapp
eclipse.product=myapp.appproduct
here's my folder structure:
/myapp
|-startup.jar
|-myappstart.bat
|-configuration
| |-config.ini
|
|-plugins
|-myapp
| |-splash.bmp
| |
| |-rest of myapp plugin
|
|-rest of plugins required....
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05201 seconds