News Ticker

Fixed javac command in cmd by adding path of jdk

By Ajay Verma - Friday 13 November 2015 No Comments
hello friends, today i am going to provide fix for javac command not found in cmd.
we can solve this problem by adding environment variable name and value.
Name:path
Value:C:\Program Files\Java\jdk1.8.0_11\bin
Now we can Add this by following way's
1. Using Command prompt.
setx path "C:\Program Files\Java\jdk1.8.0_11"

2. Manually
Go to My Computer >> System Property >> Advance System Settings >> Environment Variables
And click new from user variable add path and value.

No Comment to " Fixed javac command in cmd by adding path of jdk "