# Apache Hop supported and unsupported JVMs

### Overview

To run apache hop you need java JVM, with the amount of JVMs in the market and with more to come apache Hop can have issues running in certain JVMs.

This page covers what JVM we are giving support and the ones we have black listed.

| Tip | Take a look at the [Installation](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/installation-configuration.4gfl8xYzLN) page for full instruction in how to install and configure apache Hop. |
| --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

### Supported JVMs

Apache Hop works well with these 64-bit java runtimes for version 17.

* [Oracle Java Runtime](https://www.java.com/)
* [Microsoft OpenJDK](https://www.microsoft.com/openjdk) (OpenJDK builds for Windows, MacOS and Linux).
* [OpenJDK Java Runtime](https://openjdk.java.net/install/)

### Unsupported JVMs

The list below is all JVM that has been confirmed having issue with apache Hop.

* [Adoptium](https://adoptium.net/)

Other Java Runtimes may work, so you may be pioneering. Feel free to open a [GitHub ticket](https://hop.apache.org/community/tools/#GitHub-Issues) if you run into issues, but please mention your JRE and version.

Last updated 2025-09-04 18:23:50 +0200


---

# 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://docs.primeur.com/data-shaper-1.21/esclusi/supported-jvms.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.
