Eclipse : Getting Error as Could not find jar file while installing Plugin in Eclipse

eclipse, eclipse-plugin, visualvm

Solution

This is what I did to get it installed.

downloaded and unzipped to C:/visualvm_launcher_u1_eclipse_36/

Eclipse Window --->Preferences ---> Available Software Sites --> Add (Name: VisualVM; Location: file:/C:/visualvm_launcher_u1_eclipse_36/)

Eclipse Help ---> Install New Software ---> Select VisualVM from drop-down menu ---> Expand Uncategorized ---> Select VisualVM Launcher Feature ---> Next

Problem

I was following this below website http://visualvm.java.net/eclipse-launcher.html for installing VisualVM into Eclipse Helios Version 3.6 , for this as mentioned i downloaded visualvm_launcher_u1_eclipse_36 and also under in Eclipse Menu Window --->Preferences ---> Installed JRE ---> Pointed JDK Path in JRE Settings C:\Program Files\Java\jdk1.6.0_27 But when i tried to install this VisualVM into Eclipse by Eclipse Menu ---> Install New Software --->Add -- >Archive option i am getting the below exception Could not find jar file:file:/D:/VisualVM/visualvm_launcher_u1_eclipse_36.zip!/ Please see the image related to the Exception .

Original source