Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

[ERROR] Error executing Maven. java.io.FileNotFoundException: The specified user settings file does not exist: /usr/lib/jvm/java-1.8.0-openjdk-amd64

<plugin>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>3.7.0</version>
    <configuration>
        <fork>true</fork>
        <executable>/usr/lib/jvm/java-11-openjdk-amd64/bin/javac</executable>
    </configuration>
</plugin>
Source by www.baeldung.com #
 
PREVIOUS NEXT
Tagged: #Error #executing #The #user #settings #file
ADD COMMENT
Topic
Name
9+3 =