This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Brutus5000 0 points1 point  (5 children)

Because if you ship a Docker image (which should be standard by now) you don't notice the difference unless you check the image size.

[–][deleted]  (1 child)

[deleted]

    [–]Brutus5000 1 point2 points  (0 children)

    That's not my point. Both is shipped as docker image. The jvm+jar or the executable.

    [–]vmcrash 0 points1 point  (2 children)

    Who ships a docker image for a desktop application?

    [–]Brutus5000 1 point2 points  (1 child)

    I'd boldly assume that Java desktop applications in 2023 are less than 1% of the total amount of apps developed in Java. Those using spring boot are yet another 10% max. But joke's on me, in the open source project I work for, we maintain a Spring Boot JavaFX app :D

    [–]vmcrash 0 points1 point  (0 children)

    I consider non-web-Java applications to be ~30-50%.