|
Re: Applicationname while Splashscreen [message #462029 is a reply to message #462028] |
Mon, 22 January 2007 12:40 |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.08364 seconds