Maven throws a ClassNotFoundException codehaus.plexus.Launcher with JDK 9 [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . While trying the freshly released JDK 9, I noticed that it seems to break maven entirely. Even a simple mvn -version won't work: vgm@localhost:~$ mvn -version Error: Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher Caused by: java.lang.ClassNotFoundException: org.codehaus