English 中文(简体)
更改Eclipse Dock Icon [封闭]
原标题:Changing Eclipse Dock Icon [closed]

因此,我向联合材料开发商下载了Eclipse。 它总是用“JS”icon在我的Win7码头上显示的。 最近,我也开始利用Eclipse开发Java EE。 但是,无论我使用什么观点,都说“JS” 现在,我是那类人。 是否有任何办法改变与重新排入的排泄物有关的舱面。

最佳回答

排泄物允许使用不同产品重新定义Dock icons。 各种Eclipse提供此类产品,例如,对Java EE一揽子产品有不同的icon。

我认为,但并非完全可以肯定的是,你正在经历这种一刀切的变化。 为了解决这个问题,你必须人工洗.。 左边的卷宗。 ——确保你们在编辑之前获得支持!

考察一条类似以下的路线:

-product
org.eclipse.epp.package.modeling.product

org.eclipse.epp. Package.modeling.product is an Eclipse products id that is issued and that provide the icon, lash Screen, etc. 如果你用不同的产品取代这一条,你可以在重新启动后收回原来的icon。

• 如何确定正确的产品识别:

  1. If it begins with org.eclipse.epp it is a deployed edition downloaded from eclipse.org - in this case, it probably wasn t that the issue (unless you are complaining about the Java EE packages specific icon).
  2. With no plug-in development knowledge: download a new copy of Eclipse, and look for its eclipse.ini file. You don t have to start it, just copy the correct line.
  3. If you have the Plug-in development environment installed, and you are using it, then simply open a Run configuration, and on the Main tab look for the Product list dropdown - the listed ones are all valid and installed products.
  4. Hard-core solution: you can ask the p2 director from the command line of the installed products. Unless you are experienced with this tool, don t try to use this solution (step 2 or 3 is much simpler).
问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签