Score:0

Why is openjdk-8 not installed well?

cn flag
YYK

I installed openjdk-8-jdk, but at /usr/lib/jvm/java-8-openjdk-amd64, there is only bin, include, lib, man.

Also, /usr/lib/jvm/java-8-openjdk-amd64/bin has just 2 files (appletviewer, jconsole).

So I've removed it and then re-installed it, but it doesn't work.

How do I get Java to install correctly?

cocomac avatar
cn flag
What do you mean by "installed well"? What happens when you just run `java` or `javac`? Why are you trying to look in the installation directory?
Someone avatar
my flag
Do you want to download TLanuncher ,If so read the Readme file which comes after extracting, it has information to download Java 8
Score:1
sa flag

Open the terminal and type:

sudo apt update
sudo apt remove openjdk-8-jre openjdk-8-jdk  
sudo apt install openjdk-8-jre openjdk-8-jdk  
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.