Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
husker-dev authored Dec 14, 2024
1 parent 53127ac commit f87feeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are using java modules, then you need to add the following module in `mod
```java
requires openglfx.lwjgl;
```
and launch with the following arguments:
`openglfx` adds exports for JavaFX at runtime, but if you experience issues with package access, then add following arguments to launch configuration:
```
--add-exports=javafx.graphics/com.sun.prism=ALL-UNNAMED
--add-exports=javafx.graphics/com.sun.javafx.scene.layout=ALL-UNNAMED
Expand Down

0 comments on commit f87feeb

Please sign in to comment.