- PATH and CLASSPATH
- Update the PATH Environment Variable (Microsoft Windows)
- Update the PATH Variable (Solaris and Linux)
- Checking the CLASSPATH variable (All platforms)
- Найти местоположение Java в Windows
- Найдите местоположение Java с помощью команды where java
- Найдите местоположение Java с помощью команды set JAVA_HOME
- Найдите местоположение Java с помощью команды dir /b /s java.exe
- Найдите местоположение Java с помощью команды gcm -All java в Windows PowerShell
- How to set java path in windows 10
- Why do you need JAVA_HOME?
- How to set JAVA_HOME in Windows 10?
- Set java path in window 10
PATH and CLASSPATH
This section explains how to use the PATH and CLASSPATH environment variables on Microsoft Windows, Solaris, and Linux. Consult the installation instructions included with your installation of the Java Development Kit (JDK) software bundle for current information.
After installing the software, the JDK directory will have the structure shown below.
The bin directory contains both the compiler and the launcher.
Update the PATH Environment Variable (Microsoft Windows)
You can run Java applications just fine without setting the PATH environment variable. Or, you can optionally set it as a convenience.
Set the PATH environment variable if you want to be able to conveniently run the executables ( javac.exe , java.exe , javadoc.exe , and so on) from any directory without having to type the full path of the command. If you do not set the PATH variable, you need to specify the full path to the executable every time you run it, such as:
C:\Java\jdk1.7.0\bin\javac MyClass.java
The PATH environment variable is a series of directories separated by semicolons ( ; ). 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 (those following the first are ignored), so if one is already present, 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
It is useful to set the PATH environment variable permanently so it will persist after rebooting. To make a permanent change to the PATH variable, use the System icon in the Control Panel. The precise procedure varies depending on the version of Windows:
- Select Start, select Control Panel. double click System, and select the Advanced tab.
- Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New .
- In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.
- From the desktop, right click the My Computer icon.
- Choose Properties from the context menu.
- Click the Advanced tab (Advanced system settings link in Vista).
- Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New .
- In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.
- From the desktop, right click the Computer icon.
- Choose Properties from the context menu.
- Click the Advanced system settings link.
- Click Environment Variables. In the section System Variables, find the PATH environment variable and select it. Click Edit. If the PATH environment variable does not exist, click New .
- In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.
Note: You may see 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 enclosed in percentage signs ( % ) are existing environment variables. If one of these 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):
Update the PATH Variable (Solaris and Linux)
You can run the JDK just fine without setting the PATH variable, or you can optionally set it as a convenience. However, you should set 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 set 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
To find out if the path is properly set, execute:
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 set.
To set the path permanently, set the path in your startup file.
For C shell ( csh ), edit the startup file (~/.cshrc ):
set path=(/usr/local/jdk1.7.0/bin $path)
For 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 set 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 set by repeating the java command:
% source ~/.cshrc % java -version
Checking the CLASSPATH variable (All platforms)
The CLASSPATH variable is one way to tell applications, including the JDK tools, where to look for user classes. (Classes that are part of the JRE, JDK platform, and extensions should be defined through other means, such as the bootstrap class path or the extensions directory.)
The preferred way to specify the class path is by using the -cp command line switch. This allows the CLASSPATH to be set individually for each application without affecting other applications. Setting the CLASSPATH can be tricky and should be performed with care.
The default value of the class path is «.», meaning that only the current directory is searched. Specifying either the CLASSPATH variable or the -cp command line switch overrides this value.
To check whether CLASSPATH is set on Microsoft Windows NT/2000/XP, execute the following:
On Solaris or Linux, execute the following:
If CLASSPATH is not set you will get a CLASSPATH: Undefined variable error (Solaris or Linux) or simply %CLASSPATH% (Microsoft Windows NT/2000/XP).
To modify the CLASSPATH , use the same procedure you used for the PATH variable.
Class path wildcards allow you to include an entire directory of .jar files in the class path without explicitly naming them individually. For more information, including an explanation of class path wildcards, and a detailed description on how to clean up the CLASSPATH environment variable, see the Setting the Class Path technical note.
Previous page: Miscellaneous Methods in System
Next page: Questions and Exercises: The Platform Environment
Найти местоположение Java в Windows
- Найдите местоположение Java с помощью команды where java
- Найдите местоположение Java с помощью команды set JAVA_HOME
- Найдите местоположение Java с помощью команды dir /b /s java.exe
- Найдите местоположение Java с помощью команды gcm -All java в Windows PowerShell
Сегодня мы увидим, как узнать, где находится Java в Windows. Для этого есть несколько способов и команд; мы проверим различные команды, которые возвращают окна местоположения Java.
Найдите местоположение Java с помощью команды where java
Наиболее часто используемая команда для получения текущего местоположения Java в Windows — это where java . Это команда Windows, которая работает так же, как команда whereis в операционной системе Linux. Команда where используется для отображения местоположения исполняемого файла. Обычно используется шаблон поиска.
Как показано ниже, когда мы запускаем команду where java в командной строке Windows, она возвращает местоположение java.exe .
C:\User\.jdks\openjdk-15.0.1\bin\java.exe
Найдите местоположение Java с помощью команды set JAVA_HOME
Следующий способ узнать местоположение Java в Windows — использовать команду установить JAVA_HOME . В Windows путь к Java или JDK хранится в переменных среды. Местоположение хранится в переменной с именем PATH , списке каталогов, которые можно использовать для прямого доступа к определенным программам, таким как Java, без записи всего пути.
Мы можем установить путь к Java командой set JAVA_HOME , а затем указать путь. Но если значение уже установлено, он вернет путь, установленный к переменной JAVA_HOME . Это завершает нашу задачу, поскольку это каталог, в котором находится Java.
C:\Users\Rupam Saini>set JAVA_HOME
JAVA_HOME=C:\Users\Rupam Saini\.jdks\openjdk-15.0.1
Найдите местоположение Java с помощью команды dir /b /s java.exe
Команда dir показывает все папки и подпапки в текущем местоположении. Мы можем использовать эту команду для получения местоположения Java, поскольку на одном компьютере с Windows может быть более одного исполняемого файла Java, поскольку некоторые программы используют свою собственную среду Java.
Мы используем команду dir с тремя параметрами, первым из которых является /b , который отображает только путь к каталогу без каких-либо дополнительных деталей. Напротив, параметр /s перечисляет все вхождения указанного файла в текущем каталоге и подкаталогах и, наконец, имя выполнения java.exe .
C:\User\.jdks\openjdk-15.0.1\bin\java.exe C:\User\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2020.3\jbr\bin\java.exe
Найдите местоположение Java с помощью команды gcm -All java в Windows PowerShell
Во всех примерах в этом руководстве мы используем традиционную командную строку, но для этого метода требуется Windows PowerShell, командная строка, но с расширенными возможностями. В PowerShell мы используем команду gcm , сокращенно от get-command . Он возвращает все команды в машине.
Мы используем gcm с двумя параметрами; первый — -All , который показывает все экземпляры команды на текущей машине, а второй параметр — это имя команды. В нашем случае имя команды java . В свою очередь, он выводит некоторые сведения о команде, такие как тип команды, имя исполняемого файла, выполняемого по команде, версия и источник исполняемого файла. Источник — это место, где находится Java.
CommandType Name Version Source ----------- ---- ------- ------ Application java.exe 15.0.1.0 C:\User\.jdks\openjdk-15.
Rupam Saini is an android developer, who also works sometimes as a web developer., He likes to read books and write about various things.
How to set java path in windows 10
JAVA_HOME is environment variable which contains installation directory of Java development kit(JDK) or Java Runtime environment(JRE). This environment variable is setup at operating system level.
Why do you need JAVA_HOME?
JAVA_HOME environment variable points to directory where java is installed on your system, so many java based applications such as TOMCAT use JAVA_HOME environment variable to locate java executables.
How to set JAVA_HOME in Windows 10?
- Locate JDK on your machine.
- If you are using 64-bit java, then it will be in C:\Program Files\Java\
- If you are using 32-bit java, then it will be in C:\Program Files (x86)\Java\
- Open windows search, type environment and click on Edit the system environment variables .
- In System properties dialog, go to Advanced tab and click on button Enviroment Variables .
- In System variables, click NEW. button to add JAVA_HOME environment variable.
- Provide variable name as JAVA_HOME and value as Java installation directory.
Set java path in window 10
Now let’s see how to set java in path environment variable in windows 10.
- In System variable window, locate Path and click on Edit. .
- Double click on the empty row and add %JAVA_HOME%\bin .
Here, % symbol is used to locate JAVA_HOME environemt variable and \bin provides location for java.exe and h= javac.exe - Close the command prompt and launch again.
- Check java version as below:
That’s all about How to set java path in windows 10.