Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse/Java9: how to access internal javafx packages?
Eclipse/Java9: how to access internal javafx packages? [message #1776165] Mon, 13 November 2017 11:08 Go to next message
Donny Dumb is currently offline Donny DumbFriend
Messages: 3
Registered: July 2017
Junior Member
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


Re: Eclipse/Java9: how to access internal javafx packages? [message #1776176 is a reply to message #1776165] Mon, 13 November 2017 13:23 Go to previous message
Donny Dumb is currently offline Donny DumbFriend
Messages: 3
Registered: July 2017
Junior Member
solved - see https://stackoverflow.com/a/47265176/203657
Previous Topic:NullPointerException in IDE
Next Topic:JAR file - path
Goto Forum:
  


Current Time: Thu Apr 18 22:03:46 GMT 2024

Powered by FUDForum. Page generated in 0.02960 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top