I imported a Maven project in to my Eclipse after that I ran maven clean. I am facing an error:
java.io.FileNotFoundException:/home/eclipse/.metadata/.plugins/org.eclips>e.m2e.launching/launches/m2conf9054790604023893654.tmp (No such file or >directory).at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileInputStream.(FileInputStream.java:93)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:390)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356).
Can anyone tell me why I'm getting this error?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…