Can't find openjdk's jre?
Posted
by
Patryk
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Patryk
Published on 2012-10-12T15:01:29Z
Indexed on
2012/10/12
15:49 UTC
Read the original article
Hit count: 466
I have recently installed openjdk
just to try out writing some java application
$ dpkg -l | grep jdk
ii openjdk-7-jdk 7u7-2.3.2a-0ubuntu0.12.04.1 OpenJDK Development Kit (JDK)
ii openjdk-7-jre 7u7-2.3.2a-0ubuntu0.12.04.1 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-7-jre-headless 7u7-2.3.2a-0ubuntu0.12.04.1 OpenJDK Java runtime, using Hotspot JIT (headless)
ii openjdk-7-jre-lib 7u7-2.3.2a-0ubuntu0.12.04.1 OpenJDK Java runtime (architecture independent libraries)
That's what I have on my system.
Although I have all this installed when in Chrome I go to a website which needs jre
it can't find it.
How can I fix it ?
© Ask Ubuntu or respective owner