hi i am using nrf51 development kit. i have gone through nordic development zone tutorial to use Eclipse IDE. build was successful it is creating release folder in which i am getting .elf file. but if i want to flash to file by using debug configuration option i am getting fallowing message.
Error in services launch sequence
Launching command [/JLinkGDBServerCL.exe -if jtag -device nRF51822_xxAA -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0 -nogui] failed.
Launching command [/JLinkGDBServerCL.exe -if jtag -device nRF51822_xxAA -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0 -nogui] failed.
Cannot run program "/JLinkGDBServerCL.exe": Launching failed
please help me from this..