Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Jonathan Giles
Peter, This discussion should never have come to openjfx-dev. You should be posting ControlsFX questions to the controlsfx-dev list at http://groups.controlsfx.org You also posted a bug report at [1] which I have just responded to. In short, Kevin is right. ControlsFX has two branches - one t

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Kevin Rushforth
What problem? ControlsFX is using classes / methods (never mind for the moment that they are not public APIs) from a *newer* version than the one you are trying to run them on. This won't work. so the fix is for you to use 8u20 and not 8u11. -- Kevin Peter Penzov wrote: Is there any to fix

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Peter Penzov
Is there any to fix the problem? On Thu, Jul 17, 2014 at 6:18 PM, Kevin Rushforth wrote: > 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

Re: Package change in jdk-8u11-windows-x64

2014-07-17 Thread Kevin Rushforth
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 8

Package change in jdk-8u11-windows-x64

2014-07-17 Thread Peter Penzov
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 loc