Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Applicationname while Splashscreen
Applicationname while Splashscreen [message #462028] Mon, 22 January 2007 10:44 Go to next message
Hans is currently offline HansFriend
Messages: 36
Registered: July 2009
Member
Hello,

i have definied in plugin.xml an application and a product:

<extension
id="MyApplication"
point="org.eclipse.core.runtime.applications">
name="MyApp">
<application>
<run class="app.Application"/>
</application>
</extension>

<extension
id="product"
name="product"
point="org.eclipse.core.runtime.products">
<product
name="my.product"
application="MyPlugin.MyApplication">
<property
name="preferenceCustomization"
value="plugin_customization.ini"/>
<property name="appName"
value="MyApp"/>
<property
name="introTitle"
value="MyApp"/>

</product>
</extension>

But while showing Start-Splashscreen there is still "Eclipse" showing in
the Windows-Task-Bar. How can i change this?

Thanks,
Hans
Re: Applicationname while Splashscreen [message #462029 is a reply to message #462028] Mon, 22 January 2007 12:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jojy.sv.gmail.com

Hi,

Do you run it from eclipse workbench?


Try running as product in the Launch configuration instead of as an
application (If at all you are doing so)


Else try to export a product and try once .

I am not sure whether this can help you in getting out of your situation


Regards
George S


Hans wrote:

> Hello,

> i have definied in plugin.xml an application and a product:

> <extension
> id="MyApplication"
> point="org.eclipse.core.runtime.applications">
> name="MyApp">
> <application>
> <run class="app.Application"/>
> </application>
> </extension>

> <extension
> id="product"
> name="product"
> point="org.eclipse.core.runtime.products">
> <product
> name="my.product"
> application="MyPlugin.MyApplication">
> <property
> name="preferenceCustomization"
> value="plugin_customization.ini"/>
> <property name="appName"
> value="MyApp"/>
> <property
> name="introTitle"
> value="MyApp"/>

> </product>
> </extension>

> But while showing Start-Splashscreen there is still "Eclipse" showing in
> the Windows-Task-Bar. How can i change this?

> Thanks,
> Hans
Hi,

Do you run it from eclipse workbench?


Try running as product in the Launch configuration instead of as an
application (If at all you are doing so)


Else try to export a product and try once .


Regards
George S
Re: Applicationname while Splashscreen [message #462153 is a reply to message #462028] Tue, 23 January 2007 23:33 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
I believe the name in the task bar comes from the name of the executable.
Try renaming the eclipse.exe to MyApp.exe.
If you use a .product file to export your product, there is a launcher tab where
you can specify the name to use.

-Andrew

Hans wrote:
> Hello,
>
> i have definied in plugin.xml an application and a product:
>
> <extension
> id="MyApplication"
> point="org.eclipse.core.runtime.applications">
> name="MyApp">
> <application>
> <run class="app.Application"/>
> </application>
> </extension>
>
> <extension
> id="product"
> name="product"
> point="org.eclipse.core.runtime.products">
> <product
> name="my.product"
> application="MyPlugin.MyApplication">
> <property
> name="preferenceCustomization"
> value="plugin_customization.ini"/>
> <property name="appName" value="MyApp"/>
> <property
> name="introTitle"
> value="MyApp"/>
>
> </product>
> </extension>
>
> But while showing Start-Splashscreen there is still "Eclipse" showing in
> the Windows-Task-Bar. How can i change this?
>
> Thanks,
> Hans
>
Previous Topic:why a 32bit bitmap image for Windows when exporting a product?
Next Topic:How to display all possible actions in popup menu when use my own object that adapted to IResource?
Goto Forum:
  


Current Time: Mon Oct 14 03:26:46 GMT 2024

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

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

Back to the top