windows configure java envrionment variable


Windows configuration:

1.configure path environment variable

use administrator role,open cmd

windows configure java envrionment variable

 

 

 

 

2.set path variable

C:/Windows/system32>setx /m PATH “%PATH%;C:/code/mysql-connector-java-5.1.39-bin.jar”

 

3.check path variable

C:/Windows/system32>echo %PATH%

or

C:/Windows/system32>path

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288934.html

(0)
上一篇 2022年9月12日
下一篇 2022年9月12日

相关推荐

发表回复

登录后才能评论