Currently building samples with JDK 7u6 installed is hard.
E.g. SwingInterop has custom hook to check availability of JavaFX runtime (that only make sense for windows anyways) and NB project had not beed updated to 7u2.
As a result i can not easily build it on Windows or Mac. Had to create fake "rt" folder in my JDK installation to please old NB scripts.
We should assume JavaFX is coming from JDK as main location. We may consider having special hook for java 6 users but IMHO it is not required. We can detect it and advise to install newer JDK.
E.g. SwingInterop has custom hook to check availability of JavaFX runtime (that only make sense for windows anyways) and NB project had not beed updated to 7u2.
As a result i can not easily build it on Windows or Mac. Had to create fake "rt" folder in my JDK installation to please old NB scripts.
We should assume JavaFX is coming from JDK as main location. We may consider having special hook for java 6 users but IMHO it is not required. We can detect it and advise to install newer JDK.
- relates to
-
JDK-8089255 ant should work outside of NetBeans for JavaFX samples
-
- Open
-
-
JDK-8126398 2.2 SwingInterop sample build file looks for JavaFX 2.1
-
- Closed
-