# An illegal reflective access operation has occurred

Groovy 2.4 was released 21 Jan 2015, and it has reached [end of life](https://endoflife.date/apache-groovy). JDK 11 was released on September 25, 2018 (with long-term-support \[LTS]). And bringing both together in a modern IDE results in an <mark style="color:red;">WARNING: An illegal reflective access operation has occurred</mark>, when running a script.

<figure><img src="/files/QgfW1kPaeuEIMtcM7f1w" alt=""><figcaption></figcaption></figure>

Finally, I was able to get rid of that message:

{% content-ref url="/pages/YTktDk2gfE3VLbEvHAMJ" %}
[Chose newer JVM for local development](/boomi-scriptease/knowlede-base/java-jdk/chose-newer-jvm-for-local-development.md)
{% endcontent-ref %}


---

# 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://boomi.markusschmidt.pro/boomi-scriptease/troubleshoot/illegal-reflective-access.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.
