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

后端 未结 7 1002
不知归路
不知归路 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:40

    Not necessary. Reopen a command prompt (if any) that runs the java process and type java -version to check if it installed successfully.

提交回复
热议问题