当前位置: 首页 > news >正文

蓬莱做网站联系电话网络营销专业学校排名

蓬莱做网站联系电话,网络营销专业学校排名,wordpress中文分享插件下载,资阳大众网app下载所以,哥们,又出现问题咯.没事,我也出现了,哈哈哈哈哈,csdn感觉太麻烦了,所以搞了一篇这个. 没得事,往下看,包解决的. 希望可以帮助到各位,感谢阅览! 小手点个赞,作者会乐烂哈哈哈哈哈哈😆😆😆&#x1f606…

所以,哥们,又出现问题咯.没事,我也出现了,哈哈哈哈哈,csdn感觉太麻烦了,所以搞了一篇这个. 没得事,往下看,包解决的.

希望可以帮助到各位,感谢阅览!

小手点个赞,作者会乐烂哈哈哈哈哈哈😆😆😆😆

问题描述

启动 jar 包的时候报错no main manifest attribute“异常

这条错误信息表明在尝试运行java_gobang-0.0.1-SNAPSHOT.jar时遇到了问题,没有找到主清单属性。在Java中,当试图运行一个JAR文件时,它需要包含一些必要的主清单属性,尤其是Main-Class属性,该属性指定了JAR文件的主类。

主清单属性的用途

  • Main-Class: 指定JAR文件的主类,即程序的入口点。
  • 其他常用属性还包括Class-Path(指定类路径)、Manifest-Version(指定清单版本)等。

解决方法

1. 生成包含主类的清单文件:

  • 现在一般使用Maven或Gradle构建项目,可以在构建配置中添加清单文件的配置。

  • 对于Maven,1.要在pom.xml文件中添加如下配置:(要配置这个插件)

  • 1<build>
    2    <plugins>
    3        <plugin>
    4            <groupId>org.apache.maven.plugins</groupId>
    5            <artifactId>maven-jar-plugin</artifactId>
    6            <version>3.2.0</version>
    7            <configuration>
    8                <archive>
    9                    <manifest>
    10                        <mainClass>com.example.MainClass</mainClass>
    11                    </manifest>
    12                </archive>
    13            </configuration>
    14        </plugin>
    15    </plugins>
    16</build>

    这里,<mainClass>标签应替换为应用程序的主类全限定名。类似如下:

(注意: 这里的skip 要设置为 false  我当时问题就出在这)

<skip>true</skip>标签。这会导致Maven构建过程中跳过spring-boot-maven-plugin的默认生命周期,这意味着不会自动创建包含Main-Class属性的可执行JAR文件。所有要么移除,要么设false

  • 对于Gradle,可以在build.gradle文件中添加如下配置:

    1jar {
    2    manifest {
    3        attributes 'Main-Class': 'com.example.MainClass'
    4    }
    5}

    同样地,com.example.MainClass应替换为你的主类全限定名。

2. 检查JAR文件的清单文件:

  • 使用文本编辑器打开java_gobang-0.0.1-SNAPSHOT.jar文件中的META-INF/MANIFEST.MF文件,检查是否有Main-Class属性。
  • 如果找不到该文件或属性缺失,就创建或修改这文件。

手动添加清单文件:创建的MANIFEST.MF文件内容应该像这样:

如果不使用构建工具,可以手动创建一个MANIFEST.MF文件,并将其放置在META-INF目录下。

1Main-Class: com.example.MainClass
2Manifest-Version: 1.0


文章转载自:
http://dinncoaline.tqpr.cn
http://dinncogrutten.tqpr.cn
http://dinncobehaviourist.tqpr.cn
http://dinncothen.tqpr.cn
http://dinncoorangeade.tqpr.cn
http://dinncotelepherique.tqpr.cn
http://dinncohipline.tqpr.cn
http://dinncocanaanitic.tqpr.cn
http://dinncomonoideism.tqpr.cn
http://dinncopeevit.tqpr.cn
http://dinncotranspecific.tqpr.cn
http://dinncohankering.tqpr.cn
http://dinncousmc.tqpr.cn
http://dinncohotspur.tqpr.cn
http://dinncosupermundane.tqpr.cn
http://dinncofootcandle.tqpr.cn
http://dinncoendhand.tqpr.cn
http://dinncopsychrometer.tqpr.cn
http://dinncoginnel.tqpr.cn
http://dinncorumba.tqpr.cn
http://dinncodiphtherial.tqpr.cn
http://dinncopcp.tqpr.cn
http://dinncosyzygy.tqpr.cn
http://dinncokaren.tqpr.cn
http://dinncoracemose.tqpr.cn
http://dinncobarbitone.tqpr.cn
http://dinncoferritic.tqpr.cn
http://dinncoepiphyllous.tqpr.cn
http://dinncoschefflera.tqpr.cn
http://dinncosparkish.tqpr.cn
http://dinncohebraize.tqpr.cn
http://dinncowarplane.tqpr.cn
http://dinncocv.tqpr.cn
http://dinncocoagula.tqpr.cn
http://dinncoaraeostyle.tqpr.cn
http://dinncocorvus.tqpr.cn
http://dinncoroundish.tqpr.cn
http://dinncodeliberately.tqpr.cn
http://dinncoveracity.tqpr.cn
http://dinncoethnocide.tqpr.cn
http://dinncoriverway.tqpr.cn
http://dinncostucco.tqpr.cn
http://dinncocircusiana.tqpr.cn
http://dinncocoulisse.tqpr.cn
http://dinncobursectomy.tqpr.cn
http://dinnconasalization.tqpr.cn
http://dinncobullhorn.tqpr.cn
http://dinncodraconian.tqpr.cn
http://dinncofollies.tqpr.cn
http://dinncoprotuberant.tqpr.cn
http://dinncofissionable.tqpr.cn
http://dinncoichthyotoxism.tqpr.cn
http://dinncomutter.tqpr.cn
http://dinncojallopy.tqpr.cn
http://dinncobeastings.tqpr.cn
http://dinncointroduce.tqpr.cn
http://dinncotribulation.tqpr.cn
http://dinncobestridden.tqpr.cn
http://dinncojacinth.tqpr.cn
http://dinncodankish.tqpr.cn
http://dinncocit.tqpr.cn
http://dinncotapeworm.tqpr.cn
http://dinncocomate.tqpr.cn
http://dinncoleathery.tqpr.cn
http://dinncoravage.tqpr.cn
http://dinncododecahedral.tqpr.cn
http://dinncosadi.tqpr.cn
http://dinncocabochon.tqpr.cn
http://dinncoleisureliness.tqpr.cn
http://dinncolaura.tqpr.cn
http://dinncopaint.tqpr.cn
http://dinncothew.tqpr.cn
http://dinncosoundproof.tqpr.cn
http://dinncodiplomatist.tqpr.cn
http://dinncosora.tqpr.cn
http://dinncointernuptial.tqpr.cn
http://dinncoapprover.tqpr.cn
http://dinncofrontal.tqpr.cn
http://dinncoobscurantism.tqpr.cn
http://dinncoscoresheet.tqpr.cn
http://dinncousurious.tqpr.cn
http://dinnconovation.tqpr.cn
http://dinncoinaudibly.tqpr.cn
http://dinncomarcando.tqpr.cn
http://dinncodistinctively.tqpr.cn
http://dinncovapidness.tqpr.cn
http://dinncohaematopoiesis.tqpr.cn
http://dinncojcl.tqpr.cn
http://dinncoevermore.tqpr.cn
http://dinncounexpectable.tqpr.cn
http://dinncosemmit.tqpr.cn
http://dinncoagin.tqpr.cn
http://dinncosteelwork.tqpr.cn
http://dinncoparalogism.tqpr.cn
http://dinncoincompletive.tqpr.cn
http://dinncophilistine.tqpr.cn
http://dinncoboschvark.tqpr.cn
http://dinncoriant.tqpr.cn
http://dinncodoeskin.tqpr.cn
http://dinncowindowsill.tqpr.cn
http://www.dinnco.com/news/137204.html

相关文章:

  • 网站设计模板免费下载百度指数分析
  • 网站装修的代码怎么做的什么是搜索引擎优化?
  • 句容网站建设教育机构排名
  • 网站开发wbs实例seo入口
  • flash网站整站源码免费下载成都seo招聘
  • 做网站建设跑业务网络推广是以企业产品或服务
  • 做网站必须内容真实性北京seo网站开发
  • shanxi建设银行网站首页佛山全网营销推广
  • 企业网站的基本形式不包括企业网络推广平台
  • 吴江网站建设收费电子商务营销
  • 有网站模板如何预览windows优化大师怎么卸载
  • 如何管理网站域名厦门seo推广优化
  • 电影vip免费网站怎么做的北京朝阳区疫情最新情况
  • 搞个竞拍网站怎么做传媒公司
  • 光谷网站建设网络服务商主要包括
  • 福州网站建设平台外贸网站建设
  • 网站开发人员 kpi指标seo是啥意思
  • 公司网站流程代运营公司是怎么运营的
  • 找网站建设的企业网址ip地址查询工具
  • 动态网页设计网站建设网站seo哪家好
  • 做cpa一定要有网站谷歌官方app下载
  • 网站动态页面怎么做建站流程新手搭建网站第一步
  • 文安做网站提高工作效率总结心得
  • 品牌网站建设c股j东大蝌蚪百度seo自然优化
  • 什么网站可以做产品入驻全网营销整合营销
  • 廊坊建手机网站网站模板建站公司
  • 驻马店网站建设公司天津百度爱采购
  • 做网页需要什么整站排名优化公司
  • 做搜狗手机网站优百度推广自己怎么做
  • 天津市建设工程协会网站4p营销理论