如何让 Eclipse 在 Windows 7 任务栏中表现良好?

2024-08-25Java开发问题
9

本文介绍了如何让 Eclipse 在 Windows 7 任务栏中表现良好?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

可以固定到任务栏的所有其他应用程序都表现良好.但是当我右键单击它时,Eclipse 不会显示最近打开的项目.它也不允许在其中固定一些项目.请注意,我有 Eclipse Helios 的 JS 版本.加载后会生成一个新的不同的任务栏图标.

All other apps that can be pinned to the taskbar behave well. But Eclipse doesn't show recently open projects when I right click it. It also doesn't allow to pin some projects inside it. Note that I have the JS version of Eclipse Helios. Which spawns a new and different taskbar icon after loading.

推荐答案

eclipse.ini 中指定最新的可用 Java VM.即:

Specify the latest available Java VM in your eclipse.ini. I.e.:

-vm
jdk1.6.0_10jreinclientjvm.dll

  1. 确保它们位于不同的行
  2. vmargs"之后的任何内容都被视为 vm 参数

(更多信息)

或者将 java bin 文件夹添加到您的 Windows PATH before "windows32" 文件夹,否则 eclipse 会使用 "javaw.exe" 在 win32 文件夹而不是 JDK 文件夹中.

Or alternatively add the java bin folder to your Windows PATH before the "windows32" folder, because otherwise eclipse uses "javaw.exe" in the win32 folder instead of the JDK one.

这篇关于如何让 Eclipse 在 Windows 7 任务栏中表现良好?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何使用 JAVA 向 COM PORT 发送数据?
How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)...
2024-08-25 Java开发问题
21

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

在属性文件中查找重复键和值的工具
Tool to find duplicate keys and value in properties file(在属性文件中查找重复键和值的工具)...
2024-08-25 Java开发问题
14

如何在 Java 应用程序中处理多种语言?
How to handle multiple languages in Java apps?(如何在 Java 应用程序中处理多种语言?)...
2024-08-25 Java开发问题
11

将 Java Swing 桌面应用程序国际化的最佳实践是什么?
What are the best practices for internationalizing a Java Swing desktop application?(将 Java Swing 桌面应用程序国际化的最佳实践是什么?)...
2024-08-25 Java开发问题
15

自动委托 java 类的所有方法
Automatically delegating all methods of a java class(自动委托 java 类的所有方法)...
2024-08-25 Java开发问题
5