Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Jdeploy Alternatives
Similar projects and alternatives to jdeploy
-
cljfx
Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
JavaPackager
:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
-
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
maven-jpackage-template
Sample project illustrating building nice, small cross-platform JavaFX or Swing desktop apps with native installers while still using the standard Maven dependency system.
-
-
-
-
compose-multiplatform
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
-
-
-
-
-
KeenWrite
Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.
-
AudioBookConverter
Improved AudioBookConverter based on freeipodsoftware release (mp3 to m4b converter)
-
-
javafx-gradle-plugin
Gradle plugin that makes it easy to work with JavaFX 11+ (by openjfx)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
jdeploy reviews and mentions
-
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...
-
JDeploy – Deploy desktop Java apps as native bundles on Mac, Linux, and Windows
It's on my todo list. Will be added soon. https://github.com/shannah/jdeploy/issues/27
-
Deploy Java Desktop apps as Native bundles for Windows, Mac, and Linux
There's a github link in the top right (above menu), and lower left (just the github icon). Or here it is https://github.com/shannah/jdeploy Enjoy!
-
A note from our sponsor - InfluxDB
www.influxdata.com | 23 Mar 2023
Stats
shannah/jdeploy is an open source project licensed under Apache License 2.0 which is an OSI approved license.