Graal
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀 (by oracle)
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. (by wiverson)
Graal | maven-jpackage-template | |
---|---|---|
170 | 40 | |
20,689 | 350 | |
0.5% | - | |
10.0 | 0.0 | |
4 days ago | over 2 years ago | |
Java | Java | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Graal
Posts with mentions or reviews of Graal.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-25.
-
Chicory: A JVM native WebAssembly runtime
How does it compare to graal wasm? https://github.com/oracle/graal/blob/master/wasm/README.md/
-
Why Does Everyone Forget Java and C# for Backend Development? Why Don’t Full-Stack Developers Learn Java and C#?
Java was created by James Gosling and released by Sun Microsystems in 1995. It was designed with the principle of "Write Once, Run Anywhere" (WORA), enabling cross-platform compatibility through the Java Virtual Machine (JVM). Over the years, Java became a leading language for enterprise applications, Android development, and large-scale backend systems. Oracle now maintains Java, with modern innovations such as Project Loom and GraalVM enhancing its performance.
-
Compiling Java into Native Binaries with Graal and Mill
Sorry, I know you weren't asking me, but for this same use case, yes, I've used a GHA build matrix with each OS/arch pair.
Cosmo/APE support would fix this, and GraalVM already ships with a Musl libc implementation, so it isn't very far off.
https://github.com/oracle/graal/issues/8350
-
Java Can Be Serverless Too: Using GraalVM for Fast Cold Starts
It wasn’t long before I ran into several other blog posts about developers successfully using GraalVM and frameworks such as Quarkus to address this very problem. And so I’ve decided to try it out for myself.
- Getting Started with Spring Boot 3 for .NET Developers
- Introduction to the Bytecode DSL
-
Lambda function with GraalVM Native Image - Part 1 Introduction to GraalVM and its native image capabilities
GraalVM adds an advanced just-in-time (JIT) optimizing compiler, which is written in Java, to the HotSpot Java Virtual Machine.
-
Marta File Manager: Back on Track
You can trim down the runtime[1] but the tooling around doing this is non-existent / unreliable. Alternatively, you can generate native binaries with GraalVM[2] which comes with its own baggage (license, slow compile time, etc).
[1]: https://docs.oracle.com/javase/8/embedded/develop-apps-platf...
[2]: https://www.graalvm.org/
-
Cosmopolitan v3.5.0
Too bad it looks stuck since about a month ago (https://github.com/oracle/graal/issues/8350#issuecomment-210...), needs some attention from @jart.
-
Migrating from Java 8 to Java 17: A Comprehensive Guide to New Features
Really now? Now that's interesting. I thought GraalVM might be a good option in that space https://www.graalvm.org/ last I checked, but something literally called Hermetic Java has my interest piqued.
maven-jpackage-template
Posts with mentions or reviews of maven-jpackage-template.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-25.
- Need help building JavaFX project in VsCode
-
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.
-
Should new projects in 2022 use JavaFX
Here is a template, where you can take a Full JDK and create a packaged application for windows, macOS, or linux. here
-
JavaFX Links Of The Week as posted on jfx-central.com on October 28
If you mean an app w/installer check out https://github.com/wiverson/maven-jpackage-template
- Between using H2 and HSQLDB as a production DB, which is the better choice?
What are some alternatives?
When comparing Graal and maven-jpackage-template you can also consider the following projects:
Liberica JDK - Free and 100% open source Progressive Java Runtime for modern Javaâ„¢ deployments supported by a leading OpenJDK contributor
AwesomeJavaFX - A curated list of awesome JavaFX libraries, books, frameworks, etc...
Adopt Open JDK - Eclipse Temurinâ„¢ build scripts - common across all releases/versions
Terasology - Terasology - open source voxel world
SAP Machine - An OpenJDK release maintained and supported by SAP
jdeploy - Developer friendly desktop deployment tool