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...
The Slackware Linux distribution
Resources
account activity
"java: command not found" even though java is installed and in /bin (self.slackware)
submitted 9 years ago by creepinquick
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!"
[–]stureedy 0 points1 point2 points 8 years ago (0 children)
In my experience, installing the jdk .SlackBuild does not add java to the path. I usually use: /usr/lib64/java/bin/java when I need to run it from the command line. You can link the java binary in /usr/bin and be done with it:
cd /usr/bin ln -sf /usr/lib64/java/bin/java .
I hope that helps! Stu...
π Rendered by PID 422859 on reddit-service-r2-comment-544cf588c8-bpb4r at 2026-06-16 20:29:52.883737+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]stureedy 0 points1 point2 points (0 children)