After upgrading to Big Sur 1.6 I had to run Maven. mvn clean install. I got the following error Error: Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher
I followed the suggestion offered here. Maven error : Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher
No luck.
I tried removing and reinstalling both maven and java to the latest stable releases (Maven 3.8.3 and Java 14). That didn't work either.
I am finding others having these problems, but have not found a solution that works.
Has anyone found a solution.