Hi,
1) Download JMeter 2.9 from Apache JMeter (
https://jmeter.apache.org/download_jmeter.cgi)
2) Unzip apache-jmeter-2.9.zip in a directory (try to have a path without space like c:\software\apache_jmeter-2.9
3) Rename this directory to apache-jmeter-plugin-1.1.1 this means that is JMeter and JMeter plugin (if you want the last version at the moment i write this text), this directory is now called JMETER_HOME (= c:\software\apache-jmeter-2.9-plugin-1.1.1)
4) Go to the Jmeter plugin download page
http://jmeter-plugins.org/downloads/all/5) Download file
JMeterPlugins-Standard-1.1.1.zip and save it in a temporary directory like c:\temp
6) Download file
JMeterPlugins-Extras-1.1.1.zip and save it in a temporary directory like c:\temp
7) Download file
JMeterPlugins-ExtrasLibs-1.1.1.zip and save it in a temporary directory like c:\temp
8) If you want use Hadoo functionality download file
JMeterPlugins-Hadoop-1.1.1.zip, and save it in a temporary directory like c:\temp
9) If you want to use WebDriver (selenium for Firefox or Chrome) download file
JMeterPlugins-WebDriver-1.1.1.zip and save it in a temporary directory like c:\temp
For each JMeterPlugins libraries(JMeterPlugins-Standard-1.1.1.zip, JMeterPlugins-Extras-1.1.1.zip ...) open it and select the lib directory (with tool like 7zip), clic extract (the lib directory) and select the directory destination the JMETER_HOME ( c:\software\apache-jmeter-2.9-plugin-1.1.1)
All libs will be install in the lib and lib\ext directories
Go to the JMETER_HOME\bin and open jmeter.bat in a text editor
Add line to choose your JDK
and modify the JM_LAUNCH like
set JAVA_HOME=D:\Java\jdk1.6.0_39if .%JM_LAUNCH% == . set JM_LAUNCH=
%JAVA_HOME%\bin\java.exe
It's running ....
Regards
Vincent D.