Eclipse安装maven插件,报错信息如下: Cannot complete the install because one or more required items could not be found. Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20…
今天有人问到 META-INF文件夹是干啥的,META-INF文件夹的作用, META-INF文件夹能删吗,还有项目的META-INF下面一般会有个MANIFEST.MF 文件,都是干啥的. 百度搜了一下,基本找不到答案.于是上stakoverflow搜,得到如下答案: If you remove META-INF from a jar then there is no MANIFEST.MF and so java -jar can't find the main class. You can…