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
Auf dieser Seite können Sie das Online-Video Install Latest Eclipse (Neon, Oxygen) on Ubuntu 16 For Java EE | First Java Program Using Eclipse mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer my name is GYAN 09 Januar 2017 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 12,796 Mal angesehen und es wurde von 52 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!