Eclipse/Java9: how to access internal javafx packages? [message #1776165] |
Mon, 13 November 2017 06:08  |
Eclipse User |
|
|
|
My context:
- Eclipse IDE for Java Developers, Version: Oxygen.1a Release (4.7.1a), Build id: 20171005-1200oxygen
- jdk9.0.1
- win10
Something simple like:
import com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler;
import javafx.application.Application;
import javafx.stage.Stage;
public class ImportCom extends Application {
@Override
public void start(Stage arg0) throws Exception {
new LambdaMultiplePropertyChangeListenerHandler();
}
}
won't compile due to
The type com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler is not accessible
What to do?
Had been compiling until patch 530 of the beta9 support but not after - so keeping that oldish oxygen as a gold treasure ...
Note: cross-posted to SO https://stackoverflow.com/q/47262810/203657
|
|
|
|
Powered by
FUDForum. Page generated in 0.09074 seconds