Skip to content
Snippets Groups Projects
Commit 54524aa7 authored by Goik Martin's avatar Goik Martin
Browse files

JDK install slide

parent e6bd56dd
No related branches found
No related tags found
No related merge requests found
......@@ -933,6 +933,66 @@ ls: cannot access 'HelloWorld.class': No such file or directory
</callout>
</calloutlist>
</figure>
<figure xml:id="sd1_fig_imageco_installJdk">
<title><xref linkend="glo_JDK"/> installation options</title>
<itemizedlist>
<listitem>
<para><link
xlink:href="https://www.oracle.com/technetwork/java/javase/downloads/jdk10-downloads-4416644.html">Manual
installation</link>.</para>
</listitem>
<listitem>
<para><emphasis role="red">Auto-upgradable</emphasis> <xref
linkend="glo_JDK"/> by <link
xlink:href="https://www.linuxuprising.com/2018/04/install-oracle-java-10-in-ubuntu-or.html">linuxuprising.com</link>:</para>
<screen>add-apt-repository ppa:linuxuprising/java <co
linkends="sd1_fig_imageco_installJdk-1"
xml:id="sd1_fig_imageco_installJdk-1-co"/>
apt update <co linkends="sd1_fig_imageco_installJdk-2"
xml:id="sd1_fig_imageco_installJdk-2-co"/>
apt install oracle-java10-installer <co
linkends="sd1_fig_imageco_installJdk-3"
xml:id="sd1_fig_imageco_installJdk-3-co"/> oracle-java10-set-default <co
linkends="sd1_fig_imageco_installJdk-4"
xml:id="sd1_fig_imageco_installJdk-4-co"/></screen>
</listitem>
</itemizedlist>
<calloutlist role="slideExclude">
<callout arearefs="sd1_fig_imageco_installJdk-1-co"
xml:id="sd1_fig_imageco_installJdk-1">
<para>Extending your vendor's set of repositories to be searched for
software packages.</para>
</callout>
<callout arearefs="sd1_fig_imageco_installJdk-2-co"
xml:id="sd1_fig_imageco_installJdk-2">
<para>Refresh software package metadata descriptions.</para>
</callout>
<callout arearefs="sd1_fig_imageco_installJdk-3-co"
xml:id="sd1_fig_imageco_installJdk-3">
<para>The package <package>oracle-java10-installer</package>
contains a <xref linkend="glo_JDK"/> of version 10.</para>
</callout>
<callout arearefs="sd1_fig_imageco_installJdk-4-co"
xml:id="sd1_fig_imageco_installJdk-4">
<para>The package <package>oracle-java10-set-default</package> is
optional: In case of multiple <xref linkend="glo_JDK"/> being
installed on your system this one will become the default.</para>
<para>Updates will be installed by usual package updates:</para>
<screen>apt-get update
apt-get upgrade</screen>
</callout>
</calloutlist>
</figure>
</section>
<section xml:id="sd1CodeSnippets">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment