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

Remove usage of com.sun.* in JavaFX library #14

Open
benfry opened this issue Jun 19, 2021 · 0 comments
Open

Remove usage of com.sun.* in JavaFX library #14

benfry opened this issue Jun 19, 2021 · 0 comments

Comments

@benfry
Copy link
Contributor

benfry commented Jun 19, 2021

We need to have extra --add-exports command line args for JavaFX applications, presumably because the FX2D classes are calling on things like com.sun.javafx.geom.Path2D, which lives in com.sun.*. I expect that we need to remove/rewrite those references, now that we're dealing with the picky module system.

@benfry benfry transferred this issue from benfry/processing4 Jan 18, 2022
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

1 participant