Coder Social home page Coder Social logo

Comments (3)

AnonymerNiklasistanonym avatar AnonymerNiklasistanonym commented on June 3, 2024

It looks like (open) JavaFX really doesn't like to work with a Java 8 so without upgrading to a Java version with module support this won't be working any time soon.

Some notes for later:

  • To get the runtime of JavaFX a built distribution needs to be downloaded and then be added as a module path: java --module-path "C:\Users\nikla\programs\javafx-sdk-18.0.2\lib" --add-modules=javafx.controls,javafx.fxml -jar KaraokeMusicVideoManager-2.0.0-jar-with-dependencies.jar

from karaokemusicvideomanager.

AnonymerNiklasistanonym avatar AnonymerNiklasistanonym commented on June 3, 2024

If this ever should be addressed progress should be added on the https://github.com/AnonymerNiklasistanonym/KaraokeMusicVideoManager/tree/windows-rewrite-2022 branch

from karaokemusicvideomanager.

AnonymerNiklasistanonym avatar AnonymerNiklasistanonym commented on June 3, 2024

Okay so after a very deep dive into all of this, I'm gonna end it by saying - just install Java 8 (from Oracle), add it to the path C:\Program Files\Java\jre1.8.0_341\bin\ and then just run the last release or any GitHub Actions build via java -jar xyz.jar.

I guess because of the JavaFX break after version 8 it's just straight impossible to run or build it without errors with a recent version.

from karaokemusicvideomanager.

Related Issues (12)

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.