jdeploy
maven-jpackage-template
Our great sponsors
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- Sonar - Write Clean Java Code. Always.
jdeploy | maven-jpackage-template | |
---|---|---|
14 | 39 | |
307 | 274 | |
- | - | |
9.4 | 2.1 | |
2 months ago | 8 months ago | |
Java | Java | |
Apache License 2.0 | 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.
jdeploy
- 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?
- Is is possible to ship Java app with Embedded JVM?
-
Java: "write once, run everywhere" vs "build once, run everywhere"
You can try https://www.jdeploy.com. I didn't try it yet. I use GitHub Actions which allow me to deploy to all platforms by just pushing to the master branch (or whichever you set up). It's free for a certain amount of machine runtime minutes. Shouldn't be a problem for a personal application.
-
The Decline and Fall of Java on the Desktop Part 1 (1999-2005)
You build your Clojure app as an uberjar, yes. Only gotcha here is to remember "-Dcljfx.skip-javafx-initialization=true" so the JFX thread doesn't get started during build, and I've had no problems using Clojure's direct linking either. You use jlink[1] to create a custom runtime JRE image (this isn't strictly necessary if you're deploying to machines with a JRE but it cuts down on moving parts and gives you more control). jpackage[2] then takes that runtime image and your uberjar and creates installers for Mac/Windows/Linux. Both are command line tools, and we just have GitHub Actions that cut new releases for each platform when we tag something with a new version.
Worth also keeping an eye on jDeploy[2] which adds extra goodies like auto updates, at the cost of some npm shenanigans. Not something I've played with yet though.
1: https://docs.oracle.com/en/java/javase/17/docs/specs/man/jli...
2: https://docs.oracle.com/en/java/javase/17/docs/specs/man/jpa...
maven-jpackage-template
-
How do you usually deploy Java Swing application in Windows machine, so that it can pass Microsoft Defender SmartScreen checking?
You can add a GitHub Action to automatically generate installers as shown here: https://github.com/wiverson/maven-jpackage-template
-
How do I make my javafx application a jar file and eventually an executable file?
Also, go the the original. I made a mistake and put a link to my clone of that repo. I made changes that I like and it is best you get the original. It can be found here.
- How do you package your Swing app?
-
Why is bundling a javafx app such a nightmare?
When I was working on a project I find this template very useful. https://github.com/wiverson/maven-jpackage-template (I used the older version of it). You have to just configure some of the setup and reset is managed by the github actions for all the platforms.
- Question on JavaFX web applications
-
AboutFX
Love this. You might want to consider adding a template.
- Between using H2 and HSQLDB as a production DB, which is the better choice?
-
JavaFX Links of the week of September 30th as posted on jfx-central.com
An interesting discussion in the GitHub maven-jpackage-template project - a project by Will Iverson to provide a template project for native desktop applications. Seems there is often a request for a Spring Boot UI template. Let's keep an eye on this "BootFX idea" that could be a using the JavaFX embedded web browser.
- What's the best tool to use for making nice looking GUIs in Java .
-
New tool for packaging JVM apps, an alternative to jpackage
FWIW I created this repository a while ago - https://github.com/wiverson/maven-jpackage-template - as a template for generating macOS, Windows, and Linux installer packages using GitHub Actions. If you pop in signing credentials as GitHub secrets it will sign, notarize, and staple the macOS version. I also created a Maven plugin to make it easier to work with jpackage, jlink, etc. https://github.com/wiverson/jtoolprovider-plugin
What are some alternatives?
Graal - GraalVM: Run Programs Faster Anywhere :rocket:
Getdown - Download, Install, Update
artipie - Binary Artifact Management Tool
fxlauncher - Auto updating launcher for JavaFX Applications
AwesomeJavaFX - A curated list of awesome JavaFX libraries, books, frameworks, etc...
Terasology - Terasology - open source voxel world
jtoolprovider-plugin - This Maven Plugin does two things. First, it automatically transforms your Maven dependency graph into Java modules. Second, it bridges Maven and built-in Java tools like jdeps, jlink, and jpackage.
cljfx - Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
jlink.online - Build optimized Java runtimes in your browser!
stringtemplate4 - StringTemplate 4
dapper - modular dagger
jreleaser - :rocket: Release projects quickly and easily with JReleaser