This repository was archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstallation_java.html
More file actions
119 lines (86 loc) · 4.25 KB
/
installation_java.html
File metadata and controls
119 lines (86 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mobile Widgets</title>
<link rel="stylesheet" href="style/style.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="js/StructureElts.js"></script>
<script type="text/javascript" src="js/Structure.js"></script>
<script type="text/javascript" src="js/DocElements.js"></script>
</head>
<body>
<balise id="installation"></balise>
<script type="text/javascript">
<!--
idCurrentPage = "installation_java";
beginPage();
//-->
</script>
<h1 class="title">Installation</h1>
<script type="text/javascript">
<!--
addIndex();
//-->
</script>
<!--
Java installation part
-->
<script type="text/javascript">addTitle("Java runtime installation", 1);</script>
<p>Java is needed to use Eclipse Platform and mobile phone emulator.</p>
<p>Go to <a target="_blank" href="http://www.java.com">Java web site</a> ( http://www.java.com ).</p>
<p><img onMouseOut="src='images/installation/download_java_1-small.png'" onMouseOver="src='images/installation/download_java_1-high.png'" src="images/installation/download_java_1-small.png"></p>
<p>"<b> Java homepage </b>" page is opened.<br/>
Click on "<b> Free Java Download </b>" button.</p>
<br/>
<p><img onMouseOut="src='images/installation/download_java_2-small.png'" onMouseOver="src='images/installation/download_java_2-high.png'" src="images/installation/download_java_2-small.png"></p>
<p>"<b> Download Java for Windows </b>" page is opened.<br/>
On next page, click on "<b> Agree and Start Free Download </b>" button.</p>
<br/>
<p><img src="images/installation/download_java_3.png" alt="Download java JRE" /></p>
<p>"<b> File download - Security Warning </b>" dialog box is opened. <br/>
Select "<b> <u>R</u>un </b>" button to start download.</p>
<br/>
<p><img src="images/installation/download_java_4.png" alt="Download java JRE" /></p>
<p>"<b> File download - Security Warning </b>" dialog box is opened. <br/>
Launch installation with "<b> <u>R</u>un </b>" button to start download and launch Java installation.</p>
<br/>
<p><img src="images/installation/download_java_5.png" alt="Download java JRE" /></p>
<p>"<b> Java Setup - Welcome </b>" dialog box indicates the installation can start. <br/>
Click on "<b> <u>I</u>nstall > </b>" button.</p>
<br/>
<p><img src="images/installation/download_java_6.png" alt="Download java JRE" /></p>
<p><img src="images/installation/download_java_7.png" alt="Download java JRE" /></p>
<p>"<b> Java Setup - Complete </b>" dialog box is opened.<br/>
Check "<b> Restart my browser now to complete the installation </b>" to finish Java installaton.</p>
<p class="note warning">
<b>Warning:</b><br/>
<b><u>Save</u></b> your current work</b>. <br/>
Then Click on "<b> Close </b>" button.</p>
<br/>
<p><img onMouseOut="src='images/installation/download_java_8-small.png'" onMouseOver="src='images/installation/download_java_8-high.png'" src="images/installation/download_java_8-small.png"></p>
<p>"<b> Verify Java Version </b>" page is displayed.
<br/>
To verify the good installation, select "<b> Verify Java version </b>" button.</p>
<br/>
<p><img onMouseOut="src='images/installation/download_java_9-small.png'" onMouseOver="src='images/installation/download_java_9-high.png'" src="images/installation/download_java_9-small.png"></p>
<p><img onMouseOut="src='images/installation/download_java_10-small.png'" onMouseOver="src='images/installation/download_java_10-high.png'" src="images/installation/download_java_10-small.png"></p>
<p>"<b> Verified Java Version Congratulations! </b>" page is displayed after a good installation.</p>
<p class="note info">
<b>Note:</b><br/>
If you haven't this information, try again the <a href="#installation">installation</a>.
</p>
<script type="text/javascript">
<!--
addBackPageNavigator ('installation', 'installation_eclipse');
//-->
</script>
<script type="text/javascript">
<!--
endPage();
//-->
</script>
</body>
</html>