Home » JDB Installation

JDB Installation

by Online Tutorials Library

JDB Installation

In this section, we will learn about the installation of Java Debugger on Window operating system.

  • Open command prompt and type java on the console to check whether java is pre-installed or not.

jdb installation

If the above message generates on your console then it means java is not installed. In this case, follow the below link to install and set-up the java path.

How To Set Path In Java

  • If the below messageis generated on your console then it means java is already installed on your system.

jdb installation 1

  • Verify java version by typing java-version command on console.

Note- To execute JDB commands, it is required to have JDK 1.5 or above version.

  • Now, to verify the JDB installation in your system, type jdb -version command on console.

Next TopicJDB Expression

You may also like