Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
dilorenzo
Participant
0 Kudos

After installing Eclipse (Kepler) on my Windows 7 64 bit, I had the problem, that I could not pin Eclipse to the task bar of Windows as every other program.

There were always two icons in task bar, when Eclipse was started.

In some forums outside of SCN I found this solution, which worked fine for me.

Open the eclipse.ini and add these two lines at the top of the file.

-vm

C:\Program Files\Java\jre7\bin


Of course you have to adjust the path, if you installed Java somewhere else.