What package creates /usr/lib/jvm/default-java?

Posted by François Beausoleil on Ask Ubuntu See other posts from Ask Ubuntu or by François Beausoleil
Published on 2012-08-28T14:10:47Z Indexed on 2012/08/28 15:50 UTC
Read the original article Hit count: 378

Filed under:
|

I'm trying to setup Jenkins on 11.10 using only Ubuntu-provided packages. After apt-get install jenkins, Jenkins won't start. I traced it to an absent /usr/lib/jvm/default-java/bin/java.

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version                                 Description
+++-===============================-=======================================-==============================================================================
ii  jenkins                         1.409.1-0ubuntu4.2                      Continuous Integration and Job Scheduling Server
ii  openjdk-6-jre                   6b24-1.11.3-1ubuntu0.11.10.1            OpenJDK Java runtime, using Hotspot JIT

# update-alternative  --config java
There is only one alternative in link group java: /usr/lib/jvm/java-6-openjdk/jre/bin/java
Nothing to configure.

What package creates /usr/lib/jvm/default-java ?

© Ask Ubuntu or respective owner

Related posts about 11.10

Related posts about java