I tried remote debugging using Java debugger(jdb). Even though I have installed the jdk and set the JAVA_HOME variable properly but I get an error as above mentioned.
'jdb' is not recognized as an internal or external command, operable program or batch file."
Can anyone please tell what I did wrong?
Necessary details: java -version java version "1.8.0_211" Java(TM) SE Runtime Environment (build 1.8.0_211-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)
Please be noted: Anyway all of my java projects in NetBeans and Eclipse everything is working fine with java jdk except remote debugging.
And also if I type, it prompts this error againThis is the output image I got
jdb -version 'jdb' is not recognized as an internal or external command, operable program or batch file."