How do Java applications run without Java installed?

This page summarizes the projects mentioned and recommended in the original post on /r/learnjava

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  • Another alternative is to compile the Java source to a native .exe executable that executes directly on the target machine without needing a JRE at all (GraalVM does this - see https://www.graalvm.org/)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you usually deploy Java Swing application in Windows machine, so that it can pass Microsoft Defender SmartScreen checking?

    3 projects | /r/java | 25 May 2023
  • How do you package your Swing app?

    3 projects | /r/java | 31 Mar 2023
  • Need help building JavaFX project in VsCode

    1 project | /r/JavaFX | 12 Jun 2023
  • How do I make my javafx application a jar file and eventually an executable file?

    4 projects | /r/JavaFX | 2 Apr 2023
  • Why is bundling a javafx app such a nightmare?

    3 projects | /r/java | 3 Feb 2023