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.
Launch Eclipse by double-clicking eclipse.exe. Only once the workspace is open select "Pin this program to taskbar" from the taskbar icon.
Step 1: Go to the folder which contains the application file. Step 2: Right click on the file and click Create shortcut . Step 3: Now drag the file to desktop.
Specify the latest available Java VM in your eclipse.ini
. I.e.:
-vm jdk1.6.0_10\jre\bin\client\jvm.dll
(More info)
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.
Riccardo's solution from the Eclipse bug report worked for me, but I don't get recently opened projects, etc. from the task bar. Is anyone experiencing that these workarounds restore that behavior?
I have the same problem on Windows 7 x64 with Helios x64, but for me the following workaround works with the option "Always combine, hide labels" for taskbar buttons.
- Check your "eclipse.ini" for the specified VM and make sure the path points to the bin directory of your JDK or JRE (and not to javaw.exe). For me the argument is "D:/Development/Languages/Java/Development Kit/bin/" without quotes.
- Unpin Eclipse from the taskbar or delete the shortcut
- Run "eclipse.exe" from the explorer and choose your workspace
- Pin Eclipse to the taskbar after the splash screen was loaded and when the main window is shown
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With