Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update readme to execute #33

Open
atehrani opened this issue Dec 3, 2024 · 1 comment
Open

Update readme to execute #33

atehrani opened this issue Dec 3, 2024 · 1 comment

Comments

@atehrani
Copy link

atehrani commented Dec 3, 2024

When attempting to run version 0.6.0 on my local machine it failed.

java version "23" 2024-09-17
Java(TM) SE Runtime Environment (build 23+37-2369)
Java HotSpot(TM) 64-Bit Server VM (build 23+37-2369, mixed mode, sharing)
Edition	Windows 11 Pro
Version	24H2
Installed on	‎11/‎25/‎2024
OS build	26100.2454
Experience	Windows Feature Experience Pack 1000.26100.36.0

I was able to run it by doing the following

Download JavaFX https://gluonhq.com/products/javafx/ version 23.0.1 for Windows x64
Extract the ZIP file

Then run the following command

java --module-path openjfx-23.0.1_windows-x64_bin-sdk\javafx-sdk-23.0.1\lib --add-modules javafx.controls --add-exports javafx.graphics/com.sun.javafx.util=ALL-UNNAMED --add-exports javafx.base/com.sun.javafx.reflect=ALL-UNNAMED --add-exports javafx.base/com.sun.javafx.beans=ALL-UNNAMED -jar dev-tools-0.6.0-amd64.jar

Can you update the Readme to indicate this or update the module-info if using modules.

@reugn
Copy link
Owner

reugn commented Dec 4, 2024

@atehrani, thanks for pointing this out. I plan to check a cross-platform build option.

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

No branches or pull requests

2 participants