Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
54524aa7
Commit
54524aa7
authored
6 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
JDK install slide
parent
e6bd56dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Sd1/gettingStarted.xml
+60
-0
60 additions, 0 deletions
Doc/Sd1/gettingStarted.xml
with
60 additions
and
0 deletions
Doc/Sd1/gettingStarted.xml
+
60
−
0
View file @
54524aa7
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment