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

DriftFX doesn't work on the latest Java 8 JDK #43

Open
Displee opened this issue May 31, 2021 · 2 comments
Open

DriftFX doesn't work on the latest Java 8 JDK #43

Displee opened this issue May 31, 2021 · 2 comments
Assignees

Comments

@Displee
Copy link

Displee commented May 31, 2021

Looks like Oracle moved the ScreenHelper class from com.sun.javafx.stage.ScreenHelper to com.sun.javafx.scene.ScreenHelper. The class is used in org.eclipse.fx.drift.internal.DriftFXUtil.

This change causes to throw a ClassNotFoundException in DriftFXUtil.

@tomsontom
Copy link
Contributor

what version of JDK-8 is that?

@Displee
Copy link
Author

Displee commented May 31, 2021

Just the latest, 8u291: https://www.oracle.com/nl/java/technologies/javase/javase-jdk8-downloads.html

They moved the class earlier though. It also doesn't work on 8u281.

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

3 participants