One : development Environment Construction
1,the Java language development environment constructs
My Computer, properties, advanced settings, environment variables (1) Create a new variable name at the system variable point:
Java_home, variable value: Place the root directory of the JDK in this (2) create a new variable name at the system variable point:
CLASSPATH, Variable value (Rack package):. ;(represents the current path)%java_home%\lib\dt.jar;%java_home%\lib\tools.jar; (3) in the variable name path added
%java_home%\bin;
2.Go language development environment (1) Create a new variable name at the system variable point: PATH, Variable value: Add the Go Bin directory (C:\go\bin) to the system's PATH environment variable (2) to create a new variable name at the system variable point:
Goroot, variable value: where Go is installed
or: Gobin{c:\go\bin}
Gopath{d:\gopath}
Goroot{c:\go}
The difference between the Java language Foundation and the Go Language Foundation