0

When I try to make a maven clean install I get this errors:

enter image description here

I have looked for this error on other posts, and they say to use jdk instead of jre or that the path is bad, but none of those is my problem.

This project is Mule Aplication made with Anypoint Studio.

Thanks!!

Victor Callejas
  • 457
  • 7
  • 17

1 Answers1

2

From your output I can see you are using Java 11. Mule does not support java 11 yet. Mule 4.2 will support Java 11 when released.

For now you need to use jdk 8.

https://support.mulesoft.com/s/article/Mule-Runtime-support-for-Java-11-FAQ

Ryan Carter
  • 11,441
  • 2
  • 20
  • 27