windows configure java envrionment variable
作者:互联网
Windows configuration:
1.configure path environment variable
use administrator role,open cmd
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
标签:java,windows,system32,Windows,PATH%,variable,path 来源: https://www.cnblogs.com/lsjava/p/16685233.html