[closed] Why this is happening ?
The archive: C:/Users/mf11322/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar which is referenced by the classpath, does not exist.
I have added all from my system and this is taking different user account which doesn't exist
I'm trying to Run java file as Java Application in EWM Eclipse client and getting this error pop up which is not related to my system and user account also unavailable in my system
The question has been closed for the following reason: "Question is off-topic or not relevant" by rschoon Nov 23 '22, 2:27 a.m.
2 answers
In addition, to my knowledge, you would run a maven application with maven and not as Java Application. If you run it with maven, maven loads the dependencies (maven install, maven build, maven whatever) into you user. If you don't do that I would not even expect your project to compile.
If you just run it as a Java application, it is unclear to me what libraries it would refer to. I'd check the Class path of the Eclipse project for what references it uses.
Comments
1 vote
showing 5 of 6
show 1 more comments