Giter Club home page Giter Club logo

towerdefense's Introduction

Sample JavaFX Gradle Application JetBrains team project

A simple JavaFX application based off the OpenJFX getting started documentation that uses Gradle as the build system.

The project was created using the standard IntelliJ IDEA project wizard for creating Gradle projects.

This is a modular application, i.e. it uses Java Modules (Java 9 modularity / Jigsaw). There's a bit of finessing to do on the Gradle side to support this, specifically I can't use the JavaFX Gradle plugin as there's a known issue using this with a version of Gradle higher than 6.5 (this project uses Gradle 6.8). I combined the workaround detailed in that ticket with this StackOverflow answer to create a Gradle build file that works with JavaFX, Java 15 and modules.

It might be easier with Gradle projects to not use modularity, but if we do then the application runs exactly as you'd expect from the command line:

./gradlew clean run

and by running the application class itself in IntelliJ IDEA. It also works as expected from the Gradle tool window.

This seems to be the best approach to take to get a JavaFX application working with Gradle and IntelliJ IDEA.

towerdefense's People

Contributors

thecrabe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.