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
На этой странице сайта вы можете посмотреть видео онлайн Install Latest Eclipse (Neon, Oxygen) on Ubuntu 16 For Java EE | First Java Program Using Eclipse длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь my name is GYAN 09 Январь 2017, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 12,796 раз и оно понравилось 52 зрителям. Приятного просмотра!