Pin Eclipse Juno to Windows 7 Taskbar
It’ just a simple step. You need to add the following lines to the eclipse.ini
-vm C:/Program Files/Java/jre7/bin
Of cause you have to user your JRE path.
Now you can pin eclipse like any other application to the windows 7 taskbar
7, eclipse, eclipse-juno, eclipse-juno-pin, eclipse-juno-pin-to-taskbar, eclipse-juno-pin-to-taskbar-windows-7, eclipse-juno-taskbar, eclipse-juno-taskbar-icon, eclipse-juno-windows-7-pin, eclipse-juno-windows-7-taskbar-shortcut, eclipse-juno-windows-icon, eclipse-windows-7-kein-pin, eclipse-windows-7-tskleiste, helios, jre, juno, taskbar, win7, windows, windows-7-juno-pinning


the “–vm” argument has to be the very first line in eclipse.ini or Eclipse will complain a big error dialog that says the Java VM could not be found and refuse to start!!!
Thank you very much! Other posts never explained that the path has to be set in the next line. Now it finally worked.