Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ Who shows the Eclipse splash screen?"

 
m
 
Line 1: Line 1:
The splash screen that appears during start-up is provided by the Eclipse product.
+
The splash screen that appears during start-up is provided by the Eclipse product. On start-up, the platform looks for a file called <tt>splash.bmp</tt> in the product plug-in&#146;s install directory. The Eclipse launcher, such as <tt>eclipse.exe</tt> on Windows, specifies the name of the command to run for showing the splash screen using the <tt>-showsplash</tt> command-line argument. If you are not defining your own custom launcher, all you need to do is place the splash image in the product&#146;s install directory, and the launcher will find and open it.
On start-up, the platform looks for a file called <tt>splash.bmp</tt> in the product
+
plug-in&#146;s install directory. The Eclipse launcher, such as <tt>eclipse.exe</tt>  
+
on Windows, specifies the name of the command to run for showing the splash screen
+
using the <tt>-showsplash</tt> command-line argument. If you are not  
+
defining your own custom launcher, all you need to do is place the splash
+
image in the product&#146;s install directory, and the launcher will find and open it.
+
 
+
  
 
== See Also: ==
 
== See Also: ==
 +
*[[FAQ What is an Eclipse product?]]
 +
*Eclipse online article [http://www.eclipse.org/articles/product-guide/guide.html &#147;<i>Creating Product Branding</i>&#148;]
  
[[FAQ_What_is_an_Eclipse_product%3F]]
+
{{Template:FAQ_Tagline}}
 
+
Eclipse online article &#147;<i>Creating Product Branding</i>&#148;
+
 
+
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>
+

Latest revision as of 16:09, 17 June 2006

The splash screen that appears during start-up is provided by the Eclipse product. On start-up, the platform looks for a file called splash.bmp in the product plug-in&#146;s install directory. The Eclipse launcher, such as eclipse.exe on Windows, specifies the name of the command to run for showing the splash screen using the -showsplash command-line argument. If you are not defining your own custom launcher, all you need to do is place the splash image in the product&#146;s install directory, and the launcher will find and open it.

See Also:


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top