You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One should select LTS version, as for example [Help](https://help.ubuntu.com/)
17
17
is full only for LTS versions and Node.js packages are [supported for LTS](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)
18
18
but not latest versions.
19
19
20
-
### Installing Java JDK 8
20
+
####Installing Java JDK 8
21
21
22
22
There are many [Java implementations for Ubuntu](https://help.ubuntu.com/community/Java).
23
23
Let's stick with Oracle JDK:
@@ -35,33 +35,42 @@ Check what exact version you got:
35
35
36
36
See also <https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get>
37
37
38
-
###Installing Enide 2015 (Eclipse-based IDE)
38
+
#### Install Enide 2015 (Eclipse-based IDE)
39
39
40
40
Based on <http://ubuntuhandbook.org/index.php/2014/06/install-latest-eclipse-ubuntu-14-04/>
41
41
42
-
1. Download Enide for Linux.
43
-
2. extract to /opt/Eclipses/Enide-2015-7-linux-gtk-x64-20150706/
42
+
1. Download Enide for Linux, e.g. [Enide-2015-7](http://sourceforge.net/projects/nodeclipse/files/Enide-2015/7/Enide-2015-7-linux-gtk-x64-20150706.zip/download).
43
+
2. Extract to e.g. `/opt/Eclipses/Enide-2015-7-linux-gtk-x64-20150706/`
44
+
45
+
sudo nautilus ~/Downloads
46
+
sudo nautilus /opt
47
+
48
+
3. Allow `eclipse` to be executable. From the `/opt/Eclipses/Enide-2015-7-linux-gtk-x64-20150706/eclipse/` folder
0 commit comments