JetBrainsRuntime VS Spring Loaded

Compare JetBrainsRuntime vs Spring Loaded and see what are their differences.

JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux (by JetBrains)

Spring Loaded

Java agent that enables class reloading in a running JVM (by spring-projects)
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
JetBrainsRuntime Spring Loaded
7 2
1,135 2,710
2.6% 0.1%
10.0 0.0
4 days ago about 2 years ago
Java Java
GNU General Public License v3.0 only 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.

JetBrainsRuntime

Posts with mentions or reviews of JetBrainsRuntime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • Ask HN: Best stack for building a desktop app?
    5 projects | news.ycombinator.com | 1 May 2024
    JetBrains have their tweaks to the JRE available: https://github.com/JetBrains/JetBrainsRuntime

    The major problems begin when you want to leverage the GPU or multimedia components in which case you would want something else.

  • How to Setup Flutter for Building Android without Android Studio
    1 project | dev.to | 8 Apr 2024
    Jetbrains Runtime – this is bundled with IntelliJ and Android Studio, but with patches focused on optimization for use within an Interactive Development Environment context – doing incremental builds, hot reload of class definition, and embedded Chromium in the runtime. I do not believe the added features are useful for building and archiving Android Applications for distribution, but it will work non-the-less.
  • Level-up your Java Debugging Skills with on-demand Debugging
    3 projects | news.ycombinator.com | 4 Oct 2023
    https://github.com/JetBrains/JetBrainsRuntime

    Also with 'Java on Truffle' on GraalVM you can use enhanced class reloading

  • JetBrains IDEs are going to be available for ARM Linux in the 2022.3 release!
    1 project | /r/AsahiLinux | 18 Nov 2022
    However, I am running IntelliJ on Asahi since June already. They did not provide offical Linux arm64 support, but what since May, when they released the first 2022.2 EAP, they switched to JBR 17 (the JetBrains Java Runtime). JBR 17. Fortunatly, in May, they started to release JBR builds for Linux am64, starting with JBR 17.0.3-b463.3. That meant we had everything we needed to run IntelliJ on Asahi: I just had to set the env var IDEA_JDK=/path/to/arm64/jbr/ to make IntelliJ use the correct JBR. Besides that it was necessary to download a fsnotifier version that was build for arm64 and set the path in ~/.config/JetBrains/IntelliJIdea2022.3/idea.properties.
  • What blocked you from migrating beyond Java 8?
    3 projects | /r/java | 3 May 2022
    Have you tried the JetBrains Runtime with DCEVM? https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17.0.2b396.4
  • Android Studio Canary for Apple M1 (Silicon)
    2 projects | /r/androiddev | 8 Apr 2021
    This project's key is replacing x86_64 Jetbrains Runtime (https://github.com/JetBrains/JetBrainsRuntime) to arm64 Jetbrains Runtime. Arctic Fox IntelliJ Core version is 2020.3.1, maybe google upgrade core version to 2021.1 as soon as possible. (IntelliJ Core version 2021.1 released at a few days ago.)
  • IntelliJ Idea 2020.3.1 Is Out with Apple Silicon Support
    5 projects | news.ycombinator.com | 30 Dec 2020
    https://github.com/JetBrains/JetBrainsRuntime

Spring Loaded

Posts with mentions or reviews of Spring Loaded. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-03.
  • What blocked you from migrating beyond Java 8?
    3 projects | /r/java | 3 May 2022
    Hot reloading with spring-loaded doesn't support anything beyond JDK 8. New spring-devtools is much slower.
  • Speed boost achievement unlocked on Docker Desktop 4.6 for Mac
    9 projects | news.ycombinator.com | 16 Mar 2022
    When using Java, with say, jib and skaffold, when a change is detected the image is rebuilt with some fairly smart cacheing being done to minimize the build time.

    In more interesting setups, the class files aren't in the image but rather mapped in - much the same way one would with dynamic and then a hot reload - https://docs.spring.io/spring-boot/docs/1.3.8.RELEASE/refere...

    > Spring Loaded goes a little further in that it can reload class definitions with changes in the method signatures. With some customization it can force an ApplicationContext to refresh itself (but there is no general mechanism to ensure that would be safe for a running application anyway, so it would only ever be a development time trick probably).

    And this way, the container can remain the same with the class files being changed underneath it.

    https://github.com/spring-projects/spring-loaded

What are some alternatives?

When comparing JetBrainsRuntime and Spring Loaded you can also consider the following projects:

zgc - The Z Garbage Collector https://wiki.openjdk.org/display/zgc

DCEVM - Dynamic Code Evolution VM for Java 7/8

Adopt Open JDK - Eclipse Temurin™ build scripts - common across all releases/versions

Lombok - Very spicy additions to the Java programming language.

android-studio-apple-m1 - Android Studio Arctic Fox (Canary) for Apple Sillicon

HotswapAgent - Java unlimited redefinition of classes at runtime.

intellij-sdk-code-samples - Mirror of the IntelliJ SDK Docs Code Samples

JHipster - JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

jdk8u

Immutables - Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included

unlogged-sdk - Unlogged SDK for recording code execution

JavaParser - Java 1-18 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.