Do I need to restart my system after setting JAVA in system environment's path variable?

后端 未结 7 1015
不知归路
不知归路 2020-12-14 09:21

I did the following steps but java does not seem to be working for me, do I need to restart my system if yes then why?

1. Right click My Computer->Advence         


        
7条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-14 09:57

    NO.
    You don't need to restart the system, but just the application like cmd or any IDE you are using for java development (i.e Eclipse) need to restart.

    And to confirm that the java path is set that you have mentioned in JAVA_HOME environment variable, you can open cmd and you can check with commands echo %JAVA_HOME% or echo %PATH%.

提交回复
热议问题