Victor Callejas
Victor Callejas

Reputation: 527

Maven install error with mule, com.sun.tools.jar not found in jdk

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!!

Upvotes: 0

Views: 181

Answers (1)

Ryan Carter
Ryan Carter

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

Related Questions