Skip to content

Instantly share code, notes, and snippets.

View JaaumG's full-sized avatar
💻
Coding...

João Guilherme JaaumG

💻
Coding...
View GitHub Profile
@JaaumG
JaaumG / JavaFXtoExe.md
Last active August 23, 2023 16:53
JavaFX para executavel (.exe)

JavaFX para Executável

  1. Inicie o projeto no intellij com JavaFx.
  2. Ao escolher a versão do SDK opte pelas LTS.
  3. no arquivo pom.xml adicione essas linhas de código:
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>