# Установка JRE/JDK

Перед установкой редактора нам потребуется <mark style="color:blue;">**JRE**</mark> и <mark style="color:blue;">**JDK**</mark>, чтобы запустить саму программу. Советуем Adoptium.

## Установка JRE и JDK Adoptium на Linux:

* [Следуйте инструкции](https://adoptium.net/installation/linux/)\
  \
  Версия **22 или выше**. jre вместо jdk, чтобы установить JRE.

## Установка JRE и JDK Adoptium на Windows или macOS:

* Перейдите на главную страницу [**Adoptium**](https://adoptium.net/)
* Нажмите “**Other platfroms and versions**”
* Выберите:\
  \- Операционную систему\
  \- Архитектуру\
  \- Версию **22 или выше**

Если вы вдруг не знаете, какая у вас архитектура:

> * Windows:\
>   Нажмите Win + R\
>   Впишите cmd и нажмите Enter\
>   Напишите в открывшейся консоли “wmic os get osarchitecture” без кавычек \
>   Нажмите Enter
> * macOS:\
>   Найдите Terminal/Терминал через поиск и откройте\
>   Напишите в терминале “machine” без кавычек\
>   Нажмите Enter

* Скачайте установщики JRE и JDK

> - .msi для Windows
> - .pkg для macOS

* Запустите установщики и пройдите процедуру установки

<div align="left"><figure><img src="/files/gXaw61Z1NVG8X1HDWZHk" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.aegis-mine.ru/articles/perevod-modifikacii/perevod-s-pomoshyu-recaf/ustanovka-jre-jdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
