How to make Eclipse behave well in the Windows 7 taskbar?(如何让 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
- 确保它们位于不同的行
 - 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 任务栏中表现良好?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何让 Eclipse 在 Windows 7 任务栏中表现良好?
				
        
 
            
        基础教程推荐
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
 - 不推荐使用 Api 注释的描述 2022-01-01
 - 大摇大摆的枚举 2022-01-01
 - 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
 - Java Swing计时器未清除 2022-01-01
 - 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
 - 从 python 访问 JVM 2022-01-01
 - 多个组件的复杂布局 2022-01-01
 - Java 实例变量在两个语句中声明和初始化 2022-01-01
 - 验证是否调用了所有 getter 方法 2022-01-01
 
    	
    	
    	
    	
    	
    	
    	
    	
						
						
						
						
						
				
				
				
				