-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.html
More file actions
228 lines (218 loc) · 7.43 KB
/
install.html
File metadata and controls
228 lines (218 loc) · 7.43 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-responsive.css">
<link rel="stylesheet" href="css/custom.css">
<script src="js/jquery-1.7.1.min.js"></script>
<title>e(fx)clipse - JavaFX Tooling and Runtime for Eclipse</title>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="index.html">e(fx)clipse</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="install.html">Install</a></li>
<li><a href="releases.html">Releases</a></li>
<li><a href="references.html">References</a></li>
<li><a href="http://efxclipse.bestsolution.at">External Addons</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="http://wiki.eclipse.org/Efxclipse/Tooling/FXGraph">FXGraph</a></li>
<li><a href="http://wiki.eclipse.org/Efxclipse/Tutorials">Tutorials</a></li>
<li><a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Efxclipse">Bug Tracker</a></li>
<li><a href="http://wiki.eclipse.org/Efxclipse">Wiki</a></li>
<li><a href="http://www.eclipse.org/forums/index.php/f/259/">Forum</a></li>
<li><a href="http://projects.eclipse.org/projects/technology.efxclipse">Project Info</a>
</ul>
</div>
</div>
</div>
</div>
<header class="jumbotron masthead" id="overview">
<div class="inner">
<div class="container">
<h1>e(fx)clipse</h1>
<p class="lead">
JavaFX Tooling and Runtime for Eclipse and OSGi
</p>
</div>
</div>
</header>
<div class="container">
<section id="prereq-efxclipse">
<div class="page-header">
<h1>Prerequisites <small>from external parties</small></h1>
</div>
<div class="row">
<div class="span16">
<p>
You'll need at least JDK 8 installed in your system. Make sure your e(fx)clipse installation uses this JDK when you launch your Eclipse instance!
</p>
</div>
</div>
</section>
<section id="about-efxclipse">
<div class="page-header">
<h1>Download & Install <small>we get you started</small></h1>
</div>
<div class="row">
<div class="span6">
<h3>For the lazy</h3>
<p>
For the lazy ones who prefer an all-in-one download, we provide preconfigured packages so that you don't have to worry
about all the different bits and pieces.
</p>
</div>
<div class="span6">
<h3>For the ambitious</h3>
<p>
For those who'd like to assemble their own e(fx)clipse installation based on Eclipse SDK we offer an installation guide which helps you get started.
</p>
</div>
</div>
<div class="row">
<div class="span6">
<p>
<a class="btn" href="#for-the-lazy">View details</a>
</p>
</div>
<div class="span6">
<p>
<a class="btn" href="#for-the-ambitious">View details</a>
</p>
</div>
</div>
</section>
<section id="for-the-lazy">
<div class="page-header">
<h2>Preconfigured distributions </h2>
</div>
<div class="row">
<span class="span12">
If you don't want to use update sites but prefer an all-in-one download those downloads are provided by an external website <a href="http://efxclipse.bestsolution.at">http://efxclipse.bestsolution.at</a>
because this distro packages also other plugins not available directly from Eclipse.org (e.g. subclipse).
</span>
</div>
</section>
<section id="update-site">
<div class="page-header">
<h2>Update sites </h2>
</div>
<div class="row">
<span class="span12">
<p>
Since e(fx)clipse is part if the Eclipse Release Train you can install the e(fx)clipse tooling from the Release Train Updatesite (eg Neon, Oxygen) who is already
preconfigured into your install.
</p>
<p>
If you are not familiar with update-sites you can follow the <a href="#for-the-ambitious">short guide below</a> or use a <a href="#for-the-lazy">pre-packaged</a> version
</p>
</span>
</div>
</section>
<section id="for-the-ambitious">
<div class="page-header">
<h2>Install into Eclipse SDK</h2>
</div>
<div class="row">
<div class="span1">
<h2>1.</h2>
</div>
<div class="span5" style="padding-top: 10px;">
<img class="thumbnail" src="e4_install_step1.png" />
</div>
<div class="span6">
<p>
Download the latest release available.
</p>
</div>
</div>
<div class="row">
<div class="span1">
<h2>2.</h2>
</div>
<div class="span5" style="padding-top: 10px;">
<img class="thumbnail" src="e4_install_step2.png" />
</div>
<div class="span6">
<p>
Fire up your Eclipse IDE if you have not done so already.
</p>
</div>
</div>
<div class="row">
<div class="span1">
<h2>3.</h2>
</div>
<div class="span5" style="padding-top: 10px;">
<img class="thumbnail" src="e4_install_step3.png" />
</div>
<div class="span6">
<p>
e(fx)clipse is an extension for your Eclipse IDE which is delivered as a so called p2 repository. Extensions like this
can be installed using the "Install New Software" wizard.
</p>
</div>
</div>
<div class="row">
<div class="span1">
<h2>4.</h2>
</div>
<div class="span5" style="padding-top: 10px;">
<img class="thumbnail" src="e4_install_step5.png" />
</div>
<div class="span6">
<p>
In the drop down select the release repository and in the filter enter e(fx)clipse and then let follow the Install Wizard to the end
and restart Eclipse.
</p>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="container">
<br/><br/>
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
Created by <a target="_blank" href="http://www.bestsolution.at">BestSolution.at</a> with use of <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a> from twitter.
</p>
<p>
<center>
<a href="http://www.eclipse.org">Eclipse Foundation</a>
| <a href="http://www.eclipse.org/legal/privacy.php">Privacy policy</a>
| <a href="http://www.eclipse.org/legal/termsofuse.php">Terms of use</a>
| <a href="http://www.eclipse.org/legal/copyright.php">Copyright</a>
| <a href="http://www.eclipse.org/legal">Legal</a>
</center>
</p>
</div>
</footer>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
<!-- Include the plug-in -->
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/custom.js" type="text/javascript"></script>
</body>
</html>