Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Some questions after executing javafx:jlink #174

Open
Lvbuqing opened this issue Sep 16, 2023 · 1 comment
Open

Some questions after executing javafx:jlink #174

Lvbuqing opened this issue Sep 16, 2023 · 1 comment

Comments

@Lvbuqing
Copy link

Lvbuqing commented Sep 16, 2023

Use the following configuration:
image

When we execute javafx:jlink, it will generate a compressed package named hellozip.zip
, the structure after decompression is roughly like this
image

The generated executable script is in
.\bin\hellofx
There is a detailed specification of the java main class (main function) to be run.
My question is, I have been searching for a long time in this zip package but I still can’t find the compiled class file. I want to know which directory in the zip package the compiled class file is in?

@miasma
Copy link

miasma commented Aug 12, 2024

The classes are stored in lib/modules. You can use the jimage tool to access the contents, e.g. see this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants