Unable to process Jar entry [module-info.class] from Jar
Cause Analysis | Unable to process jar entry [module-info.class] from Jar package |
---|---|
Scenes | Serious red error when starting Idea project![]() ![]() |
Step 1: Go to the Maven repository to find the jar. (I am running the jar reporting an error)
Step 2: Right-click the jar and open it with a compression tool, (not unzip it, but open it with WinRar)
Step 3: Delete the module-info.class folder in the open file (mine has been deleted, you can delete it directly, and then re-run the project.)
1. Generally, this kind of error will not affect the normal operation of the program.
2. The lombok warning in the second picture can be solved by adding the permission <scope>provided</scope> to the location where lombok depends on the import in pom.xml