gpt4 book ai didi

java - Eclipse Java9 导出 Runnable JAR 文件

转载 作者:搜寻专家 更新时间:2023-10-31 19:59:54 24 4
gpt4 key购买 nike

<分区>

我正在尝试使用 Java 9 设置 Eclipse,但 Export -> Runnable JAR 文件无法正常工作,因为它找不到主要方法。

上下文:

  • Windows 10

  • Eclipse IDE 版本 Oxygen 1a Release (4.7.1a) 构建:20171005-1200

  • 在 Eclipse 中安装和设置 JDK 9.0.1 和 JRE 9.0.1

我做了什么:

  • 文件 -> 新建 Java 项目

Create New Java Project

  • 点击“完成”

  • 右键单击 src -> 新建 -> 类 Add new class

将 Main.java 编辑为以下代码:

package com.application;

public class Main {

public static void main(String[] args) {
System.out.println(System.getProperty("java.version"));
}
}

运行 -> 没有错误。

控制台日志结果:“9.0.1”


现在我想将代码导出到一个 Runnable JAR:右键单击项目 -> 导出 -> 可运行的 JAR 文件

Error message

所以我去了运行配置,但是定义了主类:

Main class is defined in the run configurations


使用 Java 8,按照上述步骤导出 jar 没有问题。

要在 Java 9 中使用“导出到可运行 JAR 文件”,我必须做什么?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com