Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

In Java 11, the program cannot be started as exe #618

@yanzhao77

Description

@yanzhao77

In Java 11, JavaFX must be able to bind with the command line to start the program normally,
such as
java --module-path“路径/到/ javafx-sdk-11 / lib” --add-modules = javafx.controls --add-modules = javafx.swing -jar“路径/到/jpedal.jar”
But I need to type the program into jar package and then make it into exe. Then, the program will explode and cannot be started. How can I solve the problem of using JavaFX directly in the program without using configuration

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions