You probably already know this, but importing from a com.sun.* package
is not supported. These packages are internal implementation, and the
classes and methods are subject to change or removal at any time.
Having said that, this class was introduced in 8u20 so I wouldn't expect
to see it in 8u11.
-- Kevin
Peter Penzov wrote:
HI All,
I tried to compile ControlsFX with the latest Java release
jdk-8u11-windows-x64 but I get error that these packages are not found:
import com.sun.javafx.scene.traversal.ParentTraversalEngine;
import com.sun.javafx.scene.traversal.TraversalContext;
Can you tell me where is the new location if just the location is changed
so I can fix the imports?
BR,
Peter