Skip to content

scoop-software/openjfx-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PRs Welcome License Build status

OpenJFX 8 binaries for Windows

This project uses AppVeyor to create OpenJFX 8 binaries and make them available on the releases page. It also puts up an OpenJDK distribution that includes OpenJFX.

You can customize the AppVeyor build by editing the variables declared in the environment section of .appveyor.yml:

  • OPENJFX_TAG: the OpenJFX version to be built. It must correspond to an existing Mercurial tag.
  • OPEN_JDK_URL: the URL of the desired OpenJDK version. It must be in sync with the value of OPEN_JDK_DIR.
  • OPEN_JDK_DIR: the root directory of the files in the archive located at OPEN_JDK_URL.

If you fork this project, you need to create a personal access token with repo or public_repo scope, encrypt its value, and include the resulting string in .appveyor.yml, as the secure value of the auth_token deployment variable.