viralpatel
viralpatel

Reputation: 98

JAVAFX- Is it opensource or i have to pay for the buy licence from the opensource?

Currently, We are thinking to build the application, that runs on the window, mac, and linux.

We are planning to build an app with the rich UI so want to use JavaFX but confuse that we have to buy a license for selling our app? how much will it cost us? which are the feature is available for the OpenJFX?

Upvotes: 0

Views: 1339

Answers (2)

IQV
IQV

Reputation: 500

I found in the JavaFX-FAQ that it is under the Oracle Binary Code License.

So you can use it without costs.

Upvotes: 1

user7291698
user7291698

Reputation: 1990

You don't need to buy a license, it's part of Java 8.

Upvotes: 0

Related Questions