Reputation: 527
When I try to make a maven clean install I get this errors:
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!!
Upvotes: 0
Views: 181
Reputation: 11606
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
Upvotes: 2