Hello
I am trying to use Maven to build Orekit12.2.1 in IntelliJ IDEA
But I am getting this error:
i encountered the following error: java: java.util.ServiceConfigurationError: com.sun.source.util.Plugin: Provider org.orekit.compiler.plugin.DefaultDataContextPlugin not found
but the file META-INF/services/com.sun.source.util.Plugin exists;
the class containing DefaultDataContextPlugin is on the classpath
also i have the “tools.jar” library
Thank you very much for your reply.
I have found the cause of the problem. It was because the Maven version used by my IDE was 3.8. Later, I changed it to 3.6.3, and the build was successful.
thank you again!