Wednesday, 2 August 2017

Making a Path variable entry for jdk utils

Making The 'path' to Command-Promt.

So when we write the programs we need to compile the programs to get the machine level code in-order to run it on the machine or for the communication between the machine and the the programmer.

So to compile the java source code written by you there is a small program called as 'javac' stands for java compiler which will compile our code.

So to make the way for javac utility to cmd consider the below pictures and follow.





  So the next step is to verify whether the path we managed to make is working or not. To do so open command-promt and type java and javac separately .If you see some code as below picture shows then our job is successfully done.

  So that's all for today and take care bye..
 In next posts we will discuss about text editors and running a simple java code using conemu (another alternative for commad promt in windows).
The reason i use conemu is it has feature of opening multiple tabs in a single window . This makes our life easier(not much) and clearly visible for four eyed fellows. 

Anyway Bye ... Take care

3 comments:

             The `this` keyword in java The this keyword in java can be used for different purposes. Some of these are listed below. ...