0% found this document useful (0 votes)
15 views

Eclipse

Eclipse

Uploaded by

Bhavesh kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Eclipse

Eclipse

Uploaded by

Bhavesh kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Advance Java

Unit-1
Eclipse
Index
 Introduction of Eclipse
 Installation of Eclipse and Working with

eclipse.
 Workshop: Installation of Oxygen eclipse With

Java SE Development Kit (JDK) 1.7


Introduction of Eclipse

 The Eclipse platform which provides the foundation for the Eclipse
IDE is composed of plug- ins and is designed to be extensible using
additional plug-ins.
 Developed using Java, the Eclipse platform can be used to develop
rich client applications, integrated development environments, and
other tools.
 Eclipse can be used as an IDE for any programming language for
which a plug-in is available.
 The Java Development Tools (JDT) project provides a plug-in that
allows Eclipse to be used as a Java IDE, PyDev is a plugin that allows.
 Eclipse to be used as a Python IDE, C/C++ Development Tools (CDT)
is a plug-in that allows Eclipse to be used for developing application
using C/C++, the Eclipse Scala plug-in allows Eclipse to be used an
IDE to develop Scala applications and PHP eclipse is a plug-in to
eclipse that provides complete development tool for PHP.
Eclipse IDE Simultaneous Release

2022-06, June 16, 2022 (Eclipse


IDE 2022-06) 2018-09, September 19, 2018
2022-03, March 16, 2022 Photon, June 27, 2018
2021-12, December 8, 2021 Oxygen, June 28, 2017
2021-09, September 15, 2021 Neon, June 22, 2016
2021-06, June 16, 2020 Mars, June 24, 2015
2021-03, March 17, 2021 Luna, June 25, 2014
2020-12, December 16, 2020 Kepler, June 26, 2013
2020-09, September 16, 2020 Juno, June 27, 2012
2020-06, June 17, 2020 Indigo, June 22, 2011
2020-03, March 18, 2020 Helios, June 23, 2010
2019-12, December 18, 2019 Galileo, June 24, 2009
2019-09, September 19, 2019 Ganymede, June 25, 2008
2019-06, June 19, 2019 Europa, June 27, 2007
2019-03, March 20, 2019 Callisto, June 26, 2006
INSTALLATION
INSTALLATION

 You can download eclipse from


https://www.eclipse.org/downloads/ . The
download page lists a number of flavors of
eclipse.[ Hint: eclipse-inst-jre-win64 (113
MB)]
EXPLORE WINDOWS
 The major visible parts of an eclipse window are:
◦ Views
◦ Editors (all appear in one editor area)
◦ Menu Bar
◦ Toolbar
 An eclipse perspective is the name given to an initial
collection and arrangement of views and an editor
area. The default perspective is called java. An eclipse
window can have multiple perspectives open in it but
only one perspective can be active at any point of time.
A user can switch between open perspectives or open a
new perspective. A perspective controls what appears
in some menus and tool bars.
EXPLORE MENUS

 The typical menus available on the menu bar


of an Eclipse window are:
◦ File menu
◦ Edit menu
◦ Navigate menu
◦ Search menu
◦ Project menu
◦ Run menu
◦ Window menu
◦ Help menu
Brief Description of
Menus
Menu Description
Name

File The File menu allows you to open files for editing, close editors, save
editor content and rename files. Among the other things, it also allows you
to import and export workspace content and shutdown Eclipse.
Edit The Edit menu presents items like copy & paste.
Source The Source menu is visible only when a java editor is open. It presents a
number of useful menu items related to editing java source code.
Navigate The Navigate menu allows you to quickly locate resources and navigate to
them.
Search The Search menu presents items that allow you to search the workspace
for files that contain specific data.
Project The menu items related to building a project can be found on the Project
menu.
Run The menu items on the Run menu allow you to start a program in the run
mode or debug mode. It also presents menu items that allow you to debug
the code.
Window The Window menu allows you to open and close views and perspectives. It
also allows you to bring up the Preferences dialog.
EXPLORE VIEWS
 Eclipse views allow users to see a graphical
representation of project metadata. For example the
project navigator view presents a graphical
representation of the folders and files associated with
a project and properties view presents a graphical
representation of an element selected in another view
or editor.
 An eclipse perspective can show any number of views
and editors. All editor instances appear in a single
editor area, whereas views are placed inside view
folders. A workbench window can display any number
of view folders. Each view folder can display one or
more views.
Organizing Views
Opening a view
 To open a view, click on the Window menu
and select the Show View menu item.

You might also like