什么是javapath环境变量

更新时间:2023-05-31 19:56:34 阅读: 评论:0

什么是javapath环境变量
从orcle官⽹的⽂档中可以看到java path环境变量:
java path环境变量就是java在执⾏命令时寻找javac这个程序的位置(拓展开来其它应⽤应该也是这样,资源的环境变量就是某个应⽤对⾃⼰所需要⽤的资源,所在的位置){⼀个是程序所在的位置,⼀个是资源所在的位置}。
The PATH environment variable is a ries of directories parated by micolons (;). Microsoft Windows looks for programs in
the PATH directories in order, from left to right. You should have only one bin directory for the JDK in the path at a time (tho following the first are ignored), so if one is already prent, you can update that particular entry.
The following is an example of a PATH environment variable:
C:\Java\jdk1.7.0\bin;C:\Windows\System32\;C:\Windows\;C:\Windows\System32\Wbem
windows的环境变量⽤ ; 隔开
设置⽅法:(原⽂)
Windows XP
1. Select Start, lect Control Panel. double click System, and lect the Advanced tab.
2. Click Environment Variables. In the ction System Variables, find the PATH environment variable and lect it. Click Edit. If
the PATH environment variable does not exist, click New.
3. In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Clo
all remaining windows by clicking OK.
Windows Vista:
1. From the desktop, right click the My Computer icon.
动漫设计培训2. Choo Properties from the context menu.
始祖家族第二季3. Click the Advanced tab (Advanced system ttings link in Vista).
4. Click Environment Variables. In the ction System Variables, find the PATH environment variable and lect it. Click Edit. If
the PATH environment variable does not exist, click New.
5. In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Clo
all remaining windows by clicking OK.
Windows 7:
1. From the desktop, right click the Computer icon.
阶梯英语学校2. Choo Properties from the context menu.
3. Click the Advanced system ttings link.
4. Click Environment Variables. In the ction System Variables, find the PATH environment variable
周杰伦明明就mvand lect it. Click Edit. If
the PATH environment variable does not exist, click New.
5. In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Clo
all remaining windows by clicking OK.
Note: You may e a PATH environment variable similar to the following when editing it from the Control Panel:
%JAVA_HOME%\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
Variables enclod in percentage signs (%) are existing environment variables. If one of the variables is listed in the Environment Variables window from the Control Panel (such as JAVA_HOME), then you can edit its value. If it does not appear, then it is a special environment variable that the operating system has defined. For example,SystemRoot is the location of the Microsoft Windows system folder. To obtain the value of a environment variable, enter the following at a command prompt. (This example obtains the value of
the SystemRoot environment variable):
中级财务会计echo %SystemRoot%
Update the PATH Variable (Solaris and Linux)
You can run the JDK just fine without tting the PATH variable, or you can optionally t it as a convenience. However, you should t the path variable if you want to be able to run the executables (javac, java, javadoc, and so on) from any directory without having to type the full path of the command. If you do not t the PATH variable, you need to specify the full path to the executable every time you run it, such as:
技术诀窍
% /usr/local/jdk1.7.0/bin/javac MyClass.java
2013考研复试分数线
To find out if the path is properly t, execute:
% java -version
This will print the version of the java tool, if it can find it. If the version is old or you get the error java: Command not found, then the path is not properly t.
To t the path permanently, t the path in your startup file.
For C shell (csh), edit the startup file (~/.cshrc):
t path=(/usr/local/jdk1.7.0/bin $path)deem是什么意思
impactionFor bash, edit the startup file (~/.bashrc):
PATH=/usr/local/jdk1.7.0/bin:$PATH
export PATH
For ksh, the startup file is named by the environment variable, ENV. To t the path:
PATH=/usr/local/jdk1.7.0/bin:$PATH
export PATH
For sh, edit the profile file (~/.profile):
PATH=/usr/local/jdk1.7.0/bin:$PATH
export PATH
英语翻译兼职Then load the startup file and verify that the path is t by repeating the java command:
For C shell (csh):
% source ~/.cshrc
% java -version
For ksh, bash, or sh:
% . /.profile
% java -version

本文发布于:2023-05-31 19:56:34,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/78/822183.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:位置   资源   程序   开来   拓展   设计
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图