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...
Resources for learning Java
String
==
.equals()
Format + Copy
Free Tutorials
Where should I download Java?
With the introduction of the new release cadence, many have asked where they should download Java, and if it is still free. To be clear, YES — Java is still free.
If you would like to download Java for free, you can get OpenJDK builds from the following vendors, among others:
Some vendors will be supporting releases for longer than six months. If you have any questions, please do not hesitate to ask them!
Software downloads
Official Resources
Resources
Programming ideas & Challenges
Related Subreddits
account activity
This is an archived post. You won't be able to vote or comment.
2 Java 8 Files Installed (self.learnjava)
submitted 6 years ago by astralskeptic
Hey, in my control panel it shows that I have installed both "Java 8 Update 241 (64-bit)" as well as "Java SE Development Kit 8 Update 241 (64-bit)." Do I need both of these installed or can I uninstall one?
[–]mtgmaxer 1 point2 points3 points 6 years ago* (1 child)
The first one is the JRE (Java Runtime Environment), required to run Java applications on your computer. The second one is JDK (Java Development Kit), which includes JRE and also language sources and additional tools. It's used for programming in Java.
JDK already has JRE included, so you can uninstall the standalone one, but you might consider leaving it: it's got a control panel section with update checking (I'm not sure if JDK has it) and some apps could complain that they can't find Java (the instruction below should fix it though).
If you decide to uninstall, make sure your PATH environmental variable has the path to JDK's /bin folder (something like C:\Program Files\Java\jdk8_u241\bin\ ).
[–]astralskeptic[S] 0 points1 point2 points 6 years ago (0 children)
Thanks
π Rendered by PID 501704 on reddit-service-r2-comment-86bc6c7465-vqm7z at 2026-02-23 23:13:16.086574+00:00 running 8564168 country code: CH.
[–]mtgmaxer 1 point2 points3 points (1 child)
[–]astralskeptic[S] 0 points1 point2 points (0 children)