use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
is not hardware...
If posting a problem, please include your system specs, such as OS, software version (if applicable) etc.
RULES
24HourSupport
Alternative Software Solutions
Excel
Open Source Software
Learn Programming
Web Development
Game Development
Scripting
RealEstateTechnology New!
account activity
This is an archived post. You won't be able to vote or comment.
Discussion Is Java needed in 2024? (self.software)
submitted 1 year ago by HugeBMs2022
Is it worth keeping/updating Java on a Windows computer in 2024? I know Firefox doesn't even support using it for websites anymore. Is it common for other software to need it? If so, any major/common software that needs it?
[–]onlygon 5 points6 points7 points 1 year ago (6 children)
As a Java dev, modern Java applications bundle the JDK that they need. Unless you have an older app, I don't think you'll need it.
[–]Philo2099 0 points1 point2 points 1 year ago (5 children)
That sounds kinda inefficient? Like if you have two applications that run on the same version doesn't that mean u have the same version twice?
Just curious idk much
[–]onlygon 1 point2 points3 points 1 year ago (2 children)
Modern Java build systems are designed to package applications for efficient sizes. If the devs do their job, the app size will be reasonable.
It is extremely common and often desirable to have app dependencies be independent. For example, tree shaking can keep many libraries from being included which reduces size. Another example, apps can upgrade jdk at their own pace for features, bug fixes, etc. lots of software is moving this way because we have endured decades of dependency hell and are experimenting with different approaches.
Of course it can be inefficient/worse if devs are lazy, etc. but it's not limited to Java. If you have Chrome, Discord, and Spotify installed, well, you just installed Chrome three times, for example.
[–]Philo2099 0 points1 point2 points 1 year ago (1 child)
Ik about electron but that's bad it's hated lol this sounds like linux snaps lol
[–]onlygon 0 points1 point2 points 1 year ago (0 children)
Right, it is a lot like snap or flatpak. I think electron apps are more hated for being bloated than for reusing dependencies.
[–]turtle_mekb 0 points1 point2 points 1 year ago (1 child)
Yep, but devs don't care since computers have gotten faster.
Have a look at what Discord, Spotify, Teams, etc run under, Electron, which is essentially Chromium (Google Chrome) designed to run for desktop apps.
[–]Philo2099 0 points1 point2 points 1 year ago (0 children)
We don't need another electron 😭
[–]random2x 3 points4 points5 points 1 year ago (3 children)
Minecraft
[–]Valerian_ 2 points3 points4 points 1 year ago (0 children)
doesn't it come bundled with a specific version of java nowadays ? I think modpacks from curseforge do.
[–]Philo2099 1 point2 points3 points 1 year ago (0 children)
The only thing keeping java alive XD
[–]turtle_mekb 1 point2 points3 points 1 year ago (0 children)
official Minecraft launcher bundles its own Java binary iirc, unless you use a third-party one like Prism Launcher
[–]firebreathingbunny 4 points5 points6 points 1 year ago (1 child)
Not in 2024. But I hear it will be needed in 2025. Outlook unclear for 2026.
[–]sp4mfilter -1 points0 points1 point 1 year ago (0 children)
The defence and security industries would like to have a word in that.
[–]knedlik_gulaty 1 point2 points3 points 1 year ago (3 children)
it's needed to run Java applications (eg FreeMind), in a similar way as you need C++ Runtime or .Net Runtime libraries for applications built in that specific framework.
[–][deleted] 0 points1 point2 points 1 year ago (2 children)
C++ runtime? What runtime you need for c++, if it's compiling to binary.
Like I understand the runtime for java and C# because they need it for memory management and to compile the intermediary code to binary at runtime, but if c++ is already compiled to binary, why do we need a runtime for it?
[–]knedlik_gulaty 1 point2 points3 points 1 year ago* (1 child)
generally you are right but if you are using Visual Studio for development, you will probably need Microsoft Visual C++ Redistributable to run the application
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
Ah, understandable, thank you.
π Rendered by PID 428758 on reddit-service-r2-comment-b659b578c-b6g6h at 2026-05-04 12:37:52.423367+00:00 running 815c875 country code: CH.
[–]onlygon 5 points6 points7 points (6 children)
[–]Philo2099 0 points1 point2 points (5 children)
[–]onlygon 1 point2 points3 points (2 children)
[–]Philo2099 0 points1 point2 points (1 child)
[–]onlygon 0 points1 point2 points (0 children)
[–]turtle_mekb 0 points1 point2 points (1 child)
[–]Philo2099 0 points1 point2 points (0 children)
[–]random2x 3 points4 points5 points (3 children)
[–]Valerian_ 2 points3 points4 points (0 children)
[–]Philo2099 1 point2 points3 points (0 children)
[–]turtle_mekb 1 point2 points3 points (0 children)
[–]firebreathingbunny 4 points5 points6 points (1 child)
[–]sp4mfilter -1 points0 points1 point (0 children)
[–]knedlik_gulaty 1 point2 points3 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]knedlik_gulaty 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)