Skip to content

Instantly share code, notes, and snippets.

@Jim-Holmstroem
Created September 15, 2017 14:23
Show Gist options
  • Save Jim-Holmstroem/34523b15f7f8b2644b4a65dcbdb7324a to your computer and use it in GitHub Desktop.
Save Jim-Holmstroem/34523b15f7f8b2644b4a65dcbdb7324a to your computer and use it in GitHub Desktop.
Arch Linux: Solution for "command not found: javadoc" (even though java is marked as installed)
# Solves: "command not found: javadoc"
sudo pacman -S j{re,dk}8-openjdk
# Had some issues with java et al. after I changed from java7 to java8, not everything was relinked and placed properly, re-installing it solved it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment