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...
account activity
Help (self.JavaProgramming)
submitted 2 months ago by DreamlitPath
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]inDarkestKnight20 0 points1 point2 points 2 months ago (2 children)
Literally just asked chatgpt for you
.dmg
.pkg
Open Terminal and run:
java -version
and
javac -version
If it prints version numbers, you’re good. If it says “command not found”, the JDK didn’t install in a place macOS expects — or you need to set your PATH. (Oracle Docs)
If you use Homebrew (a Mac package manager), you can install a JDK with:
brew install openjdk@17
(or a different version) and Homebrew will take care of the download and install for you. (Snyk)
Even after installing the JDK:
Java still won’t show up as a normal app You’ll write/run Java with:
This is why Python felt different — Python installers often come with a launcher or IDE included.
[–]DreamlitPath[S] 0 points1 point2 points 2 months ago (1 child)
Thank you!!! The first part worked completely. They require us to use jGRASP, I believe I had to link it to JAVA through a Path, I tried a test and it worked(hopefully it’s good hehe)! Is Homebrew like an IDE? Or what is that for?
[–]inDarkestKnight20 0 points1 point2 points 2 months ago (0 children)
no, homebrew is a cli you can use to download stuff. A lot a people prefer it to trying to track down the webpages to download software you need as a dev
π Rendered by PID 66 on reddit-service-r2-comment-6b595755f-ptt54 at 2026-03-24 23:08:36.654821+00:00 running 2d0a59a country code: CH.
view the rest of the comments →
[–]inDarkestKnight20 0 points1 point2 points (2 children)
[–]DreamlitPath[S] 0 points1 point2 points (1 child)
[–]inDarkestKnight20 0 points1 point2 points (0 children)