Is JavaFX open source?

在安装JDK时,我在C: Program Files Java jdk1.7.xxx文件夹中找到了src.zip,但我找不到javafx源代码,但我没有找到任何东西(在http://openjdk.java.net上/ projects / openjfx /)那么,是javafx开源的,我可以从哪里得到?


As of February 2013, JavaFX is partially open source and should become almost fully open source over the next few months. The source is hosted as part of the open-jfx project that you linked in your question.

The manifest of the tip of the JavaFX development branch for Java 8 is: http://hg.openjdk.java.net/openjfx/8/master/rt/file/tip

The same page has a zip link, which allows you to easily download the available JavaFX source as a zip file.

The JavaFX source code is not included in the jdk src.zip file currently, but should be eventually before Java 8 is released.

Update

A February 2013 update for JavaFX OpenSource status has been published by the JavaFX development lead.


In short, it is not open source in that it is free to change & distribute for any purpose. JavaFX is licensed for internal use, excluding what they call commercial features.

Use of the Commercial Features for any commercial or production purpose requires a separate license from Oracle.

The license details for JavaFX are outlined in full here. (PDF version available from here)

You can get JavaFX from here.

链接地址: http://www.djcxy.com/p/65920.html

上一篇: Javafx拖放获取源代码

下一篇: JavaFX是开源的吗?