- well the easy step to do is go to install folder
- copy the address of
binfolder - open "My computer properties" -> "Advanced system setting" -> "Environment variables"
- click on "New" and paste that address and name it as path if the address is in the bin and put
; - again, click "New", paste the address, remove
binand insertliband name it asclasspath - put
;after end - restart cmd
- open cmd check by typing
javac
1.well the easy step to do is go to install folder 2.copy the address of bin folder 3.open my computer properties -> advanced system setting -> environment variables 4.click on new and past that address and name it as path if the address is in the bin and put ; 5.again new past the address remove bin and insert lib and names it as classpath 6.put ; after end 7.restart cmd 8.open cmd check by typing javac thatsThat's it