> For the complete documentation index, see [llms.txt](https://docs.migration-center.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.migration-center.com/25.3/installation-guide/prerequisites.md).

# Prerequisites

### Database Installer

To run the migration-center **Database** installer you need a **64-bit** **Java 8**, **Java 11** or **Java 17** installed and either the **JAVA\_HOME** or **JRE\_HOME** environment variables set.

{% hint style="warning" %}
Note that the **JAVA\_HOME** and **JRE\_HOME** variables should point to the **root install** folder of **JDK** or **JRE** and should **not** contain the **\bin** folder in the path.
{% endhint %}

### WebClient Installer

To run the migration-center **WebClient** installer you need **JAVA\_HOME** to point to a **64-bit Java 17**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.migration-center.com/25.3/installation-guide/prerequisites.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.
