This repository has been 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
/
installation_sdk.html
137 lines (102 loc) · 4.75 KB
/
installation_sdk.html
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!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>
<script type="text/javascript">
<!--
idCurrentPage = "installation_sdk";
beginPage();
//-->
</script>
<h1 class="title">Installation</h1>
<script type="text/javascript">
<!--
addIndex();
//-->
</script>
<!--
SDK plugin installation part
-->
<script type="text/javascript">addTitle("Mobile Widgets SDK installation", 1);</script>
<p>Before you install the plug-in, make sure that your development environment fits the following requirements:<br/>
<ul>
<li>Java <b>1.5 or higher</b> is installed.</li>
<li>The version <b>3.4, 3.5 or 3.6</b> of Eclipse is used.</li>
</ul>
</p>
<p>This section contains informations to install Mobile Widgets plugin for Eclipse.</p>
<p>This Plugin add VRML syntaxic coloration and "automatic formating" in Eclipse.</p>
<p class="note warning">
<b>Warning:</b><br/>
Uninstall Djinngo SDK if any conflict occurs during installation.</p>
<br/>
<h2>Mobile Widgets plugin installation</h2>
<p><img alt="Open add plugins window" src="images/installation/install_owsdk_1.png" /></p>
<p>From <b>eclipse</b> folder, launch "<b> eclipse.exe </b>" file to open <b>Eclipse</b>.<br/>
"<b> <Mobile Widget> - Eclipse </b>" window is opened.<br/>
In options, select "<b> Help </b>" then "<b> Install New Software... </b>" to access to <b>Install</b>.</P>
<br/>
<p><img alt="Add new site" src="images/installation/install_owsdk_2.png" /></p>
<p>"<b> Install - Available Software </b>" dialog box is opened.<br/>
Select "<b> <u>A</u>dd... </b>" button, to add a remote site.</p>
<br/>
<p><img alt="Add new site" src="images/installation/install_owsdk_3.png" /></p>
<p>"<b> Add Repository </b>" dialog box is opened.<br/>
Complete informations about update site:
<ul>
<li>Name: <b>Mobile Widgets SDK</b></li>
<li>Location: <b>http://gallery.djinngo.com/gallery/sdk/update/</b></li>
</ul>
</p>
<p>Click on <b>OK</b> button.</p>
<br/>
<img alt="Launch installation" src="images/installation/install_owsdk_4.png" /></p>
<p>"<b> Add Repository </b>" dialog box is closed.<br/>
"<b> Install - Available Software </b>" dialog box is displayed with "<b> <u>W</u>ork with: </b>" completed by " <b>Mobile Widgets SDK - http://gallery.djinngo.com/gallery/sdk/update/ </b>" .<br/>
Open "<b> Mobile Widgets SDK </b>" folder. <br/>
Select "<b> <u>S</u>elect All</b>" button. All the "<b> Mobile Widgets SDK </b>" folder is checked. <br/>
Check "<b> <u>C</u>ontact all update sites during install to find required software</b>". <br/>
Select "<b> <u>N</u>ext > </b>" button to launch installation.</p>
<br/>
<img alt="Installation details" src="images/installation/install_owsdk_5.png" /></p>
"<b> Install - Install Details</b>" dialog box is displayed with "<b> Vrml/JavaScript editor </b>" to be installed.<br/>
Select "<b> <u>N</u>ext > </b>" button to continue installation.</p>
<br/>
<img alt="License dialog" src="images/installation/install_owsdk_6.png" /></p>
"<b> Install - Review Licenses</b>" dialog box is displayed.<br/>
Select "<b> I <u>a</u>ccept the terms of the license agreement </b>" to use Mobile Widgets SDK 2.0.0.<br/>
Select "<b> <u>F</u>inish </b>" button to finish installation.</p>
<br/>
<img alt="License dialog" src="images/installation/install_owsdk_7.png" /></p>
<p>During installation, "<b> Security Warning </b>" pop up is displayed.<br/>
Click on "<b> OK </b>" button to accept the unsigned content to continue installation.</p>
<br/>
<img alt="License dialog" src="images/installation/install_owsdk_8.png" /></p>
<p>At the end of installation, "<b> Software Updates </b>" dialog box is displayed.<br/>
Eclipse needs to be reboot to complete installation. <br/>
Select "<b> <u>R</u>estart Now </b>" button to reboot Eclipse.</p>
<br/>
<p>After reboot, Eclipse is restarted. Mobile Widgets SDK installation is finished.<br/>
Congratulations! You can now build your own widgets.</p>
<script type="text/javascript">
<!--
addBackPageNavigator ('installation_eclipse', 'first_project');
//-->
</script>
<script type="text/javascript">
<!--
endPage();
//-->
</script>
</body>
</html>