Useful-Things
jdeploy
Useful-Things | jdeploy | |
---|---|---|
11 | 15 | |
85 | 359 | |
- | - | |
2.4 | 7.9 | |
over 1 year ago | about 1 month ago | |
Java | Java | |
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Useful-Things
-
How do I package javafx jars in my jar so that I can run it without vm arguments ?
Creating fat-jar's for maven/gradle projects each release using automated CI (Like GitHub Actions, or Jenkins)
-
JavaFX runtime components are missing, and are required to run this application. For MacBook Air m2
You can refer to my example demonstrating the fix if you want a visual here: https://github.com/Col-E/Useful-Things/tree/master/tutorials/javafx/maven-setup/src/main/java/org/example
-
Dependency injection frameworks
On the other side, I think you did a really good job illustrating how DI works with this document.
-
IntelliJ JavaFX Template is trash
No, just use a normal Java template for Maven/Gradle and add JavaFX as a dependency. I have examples here: https://github.com/Col-E/Useful-Things/tree/master/tutorials/javafx
-
How do I package my app into a jar file
JavaFX FatJar with Maven
-
Where can I download JavaFX 11 or 17, or how do I get 18 to work on IntelliJ?
Using Maven, declare JavaFX as a dependency
-
Is JafaFX no longer available in eclipse market place? I’m following a JavaFx tutorial from 2020 and it’s showing to search for it in marketplace but all that’s showing up is Gluon
If the steps are confusing, I have a maven empty demo project here: https://github.com/Col-E/Useful-Things/tree/master/tutorials/javafx/maven-setup
-
Java: "write once, run everywhere" vs "build once, run everywhere"
You can make a sorta kinda "Multi-platform" JavaFX jar, but only for one architecture per OS. Their dll/so/dylib path names all conflict which is infuriating.
-
Javafx Problem with creating jar file
I typically roll with a standard fatJar plugin. I made a short guide for somebody before. Is that the direction you were looking for?
-
Using Kotlin as "better syntax" - compatibility pitfalls?
Check the reddit links in this post.
jdeploy
- How do users open the application?
- How do you usually deploy Java Swing application in Windows machine, so that it can pass Microsoft Defender SmartScreen checking?
-
How do you package your Swing app?
See http://www.jdeploy.com/
-
How do I finish a JavaFX project?
You could try jdeploy as well.
-
Conveyor + AtlantaFX theme sampler case study
Why would someone use conveyor over https://www.jdeploy.com/
-
What does everyone use for GUI work?
Agree. For quite a while it was hard to deploy JavaFX applications but jpackage exists now. There are also tools out there which do everything for you :https://www.jdeploy.com/https://conveyor.hydraulic.dev/1.0/
-
New tool for packaging JVM apps, an alternative to jpackage
How does it compare to jdeploy?
- Any ideas to convert my jar file / eclipse project to exe?
- JavaFX Browser (JavaSE local build) not loading
- Is is possible to ship Java app with Embedded JVM?
What are some alternatives?
javafx-template - A template project for a modularized JavaFX application with a bundled runtime
Getdown - Download, Install, Update
opal - Plays relaxing music in the background
artipie - Binary Artifact Management Tool
avaje-inject - Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"
JavaPackager - :package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
FlashBuddy
jlink.online - Build optimized Java runtimes in your browser!
simple-component - Basic dependency injection tool
HumbleUI - Clojure Desktop UI framework
javafx-gradle-plugin - Gradle plugin that makes it easy to work with JavaFX 11+
cljfx - Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame