Install Latest Eclipse (Neon, Oxygen) on Ubuntu 16 For Java EE | First Java Program Using Eclipse

Published: 09 January 2017
on channel: my name is GYAN
12,796
52

JAVA & WEB | Session 1 | Installation & First Program : https://goo.gl/swWcWW

A great book (A Programmer's Guide to Java SE 8 Oracle Certified Associate (OCA)): http://amzn.to/2xBGMFZ

Watch the complete series "Java & Web" on YouTube. It's complete, comprehensive and conceptual.
   / mynameisgyan  

Follow me on:
Facebook:   / mnisgyan  

Index:
1). What is an IDE? 0:10
2). Download Eclipse (Neon) IDE: 0:34
3). Extract the downloaded file: 3:22
4). Try to execute Eclipse without java: 5:05
5). Execute Eclipse, If Java is installed from the repository: 6:16
5.1). Execute Eclipse for the first time: 7:25
6). Remove Eclipse: 8:38
7). Execute Eclipse, if Java is downloaded and installed from the oracle website: 10:34
8). Procedure to make the Eclipse available from the "Dash Home" (Eclipse Launcher): 13:50
9). First Java Program in Eclipse on Ubuntu: 19:13



Copy the Procedure to make the Eclipse available from the "Dash Home":

$sudo touch /usr/bin/eclipse
$sudo chmod 755 /usr/bin/eclipse
sudo gedit /usr/bin/eclipse

%%% Content of /usr/bin/eclipse %%%
#!/bin/bash
export ECLIPSE_HOME="/home/gyan/Desktop/eclipse"
$ECLIPSE_HOME/eclipse $*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

$sudo ln -s /usr/bin/eclipse/bin/eclipse
$sudo gedit /usr/share/applications/eclipse.desktop

%%%%%%% Content of the file eclipse.desktop %%%%%%%%%%
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Type=Application
Exec=eclipse (Full path name of your eclipse executable will be better e.g. "Exec=/home/gyan/Desktop/eclipse/eclipse")
Terminal=false
Icon=/home/gyan/Desktop/eclipse/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=GNOME;Application;Development;
StartupNotify=true
Name[en]=Eclipse
X-Desktop-File-Install-Version=0.22
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

#JavaAndWeb #JavaTutorialForBeginners #OCJP


On this page of the site you can watch the video online Install Latest Eclipse (Neon, Oxygen) on Ubuntu 16 For Java EE | First Java Program Using Eclipse with a duration of hours minute second in good quality, which was uploaded by the user my name is GYAN 09 January 2017, share the link with friends and acquaintances, this video has already been watched 12,796 times on youtube and it was liked by 52 viewers. Enjoy your viewing!