Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <code>open-jdk</code> package itself does is not distributed with any shared objects/libraries (<code>.so</code> files) on Hardy, although <code>open-jre</code> does.</p> <p>Normally you need not set <code>LD_LIBRARY_PATH</code> manually, as the <code>java</code> binaries should automatically seek any standard <code>open-jre</code> libraries at their well-known locations. If, however, you are encountering issues with library dependencies (see how to use the <code>ldd</code> command to identify such unmet dependencies, below), you <em>may</em> need to point <code>LD_LIBRARY_PATH</code> to either <code>/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/</code> (IIRC Slicehost's architecture is AMD 64bit) or <code>/usr/lib/jvm/java-6-openjdk/jre/lib/i386/</code>.</p> <p>Also export <code>JAVA_HOME</code> as <code>/usr/lib/jvm/java-6-openjdk</code></p> <p>You may confirm that <code>java</code> satisfies all shared objects/libraries dependencies by running:</p> <pre><code>ldd $JAVA_HOME/bin/java </code></pre> <p>For a complete list of the files distributed as part of <code>open-jdk</code> and <code>open-jre</code>, see <a href="http://packages.ubuntu.com/hardy/amd64/openjdk-6-jdk/filelist" rel="nofollow noreferrer">the open-jdk (amd64) file list</a> and <a href="http://packages.ubuntu.com/hardy/amd64/openjdk-6-jre/filelist" rel="nofollow noreferrer">the open-jre (amd64) file list</a>, or run:</p> <pre><code>dpkg -L openjdk-6-jdk dpkg -L openjdk-6-jre </code></pre> <p>...on your system.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload