Error on line 1 of pom.xml cvc-elt.1.a: Cannot find the decimation of element 'project'

Asked 2 years ago, Updated 2 years ago, 90 views

I can't get rid of the pom.xml error in the Java project.
Include the first line of pom.xml.

<project xmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

Error Description:

cvc-elt.1.a —Cannot find the declaration of element 'project'.

I don't have a clue and I think it's quite insufficient explanation, but I appreciate your cooperation.

java xml

2022-09-30 19:12

1 Answers

I changed the version of Eclipse and somehow it was resolved.
Now that it's self-resolved, I'll close it.


2022-09-30 19:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.