O sistema JPackage com Interface Gráfica, construído com JavaFX, permite que você acesse a funcionalidades básicas e robustas do jpackage
de uma maneira fácil e intuitiva. Aqui estão as principais funções que você pode realizar com este sistema:
-
App Directory: Defina o diretório de entrada que contém os arquivos do aplicativo que você deseja empacotar.
-
App Name: Especifique o nome do seu aplicativo. Este nome será usado para nomear o pacote gerado.
-
Path to Jar Package: Indique o arquivo JAR principal do seu aplicativo. Este é o JAR que contém a classe principal do seu aplicativo.
-
Main Class: Defina a classe principal do seu aplicativo. Esta é a classe que contém o método
main()
. -
Icon: Personalize o ícone do seu aplicativo. Você pode fornecer o caminho para o arquivo de imagem que deseja usar como ícone.
-
Destination: Especifique o diretório de destino onde o pacote gerado será salvo.
-
App Version: Defina a versão do seu aplicativo. Esta versão será incluída nas informações do pacote.
-
Vendor: Indique o fornecedor do aplicativo. Esta informação será incluída nas informações do pacote.
-
Type: Selecione o tipo de pacote que você deseja criar. As opções incluem os formatos "app-image", "exe", "msi", "rpm", "deb", "pkg", "dmg".
-
Create Shortcut: Crie um atalho para o seu aplicativo no Windows ou em sistemas baseados em Linux. Basta marcar a caixa de seleção correspondente na interface gráfica.
-
Add Description: Deixe uma breve descrição sobre o seu aplicativo;
Além disso, o sistema suporta a criação de pacotes nos formatos que o jpackage
suporta. Com o JFXPackager, empacotar seu aplicativo Java fica mais fácil e flexível.
Observação: O sistema JFXPackage depende da estabilidade do empacotador jpackage para funcionar corretamente.
The JPackage system with a Graphical User Interface, built with JavaFX, allows you to access the basic and robust functionalities of jpackage
in an easy and intuitive way. Here are the main functions you can perform with this system:
-
App Directory: Define the input directory that contains the application files you want to package.
-
App Name: Specify the name of your application. This name will be used to name the generated package.
-
Path to Jar Package: Indicate the main JAR file of your application. This is the JAR that contains the main class of your application.
-
Main Class: Define the main class of your application. This is the class that contains the
main()
method. -
Icon: Customize the icon of your application. You can provide the path to the image file you want to use as an icon.
-
Destination: Specify the destination directory where the generated package will be saved.
-
App Version: Define the version of your application. This version will be included in the package information.
-
Vendor: Indicate the vendor of the application. This information will be included in the package information.
-
Type: Select the type of package you want to create. The options include the formats "app-image", "exe", "msi", "rpm", "deb", "pkg", "dmg".
-
Create Shortcut: Create a shortcut for your application on Windows or Linux-based systems. Just check the corresponding checkbox in the graphical interface.
-
Add Description: Leave a brief description about your application.
In addition, the system supports the creation of packages in the formats that jpackage
supports. With JFXPackager, packaging your Java application becomes easier and more flexible.
Note: The JFXPackage system depends on the stability of the jpackage packager to function correctly.