I tried the following in the Bean Shell Sampler;
Runtime rt = Runtime.getRuntime();
rt.exec("cmd.exe /c && cd /Program Files/Java/jdk1.8.0_51/jre/bin & java -jar File-2.0-SNAPSHOT.WAR");
It looks like, it is not able to run.. Am i doing in the correct way?