Download presentation
Presentation is loading. Please wait.
Published byAudrey Scarlett Moody Modified over 8 years ago
1
ECLIPSE IDE & PACKAGES
2
ECLIPSE IDE Setting up workspace Making a new project How to make classes Packages (will explain more about this) Useful short-cuts Customization Plugins
3
ECLIPSE IDE Set up workspace
4
MAKING A NEW PROJECT Go to file>new>java project Enter a project name Press finish
5
PACKAGING Expand your project directory Right click src Go to “new” and then click package
6
MAKING CLASSES Right click your package directory Go to new and then click class Name your class
7
USEFUL SHORTCUTS Ctr + Shift + F : auto format your code Ctrl + Shift + / : add block comment to selected section Type “sysout” and press alt + space after : auto type “System.out.println();”
8
CUSTOMIZATION Press window > preferences > General > Appearance Then under “theme”, select your choice of theme
9
PLUGINS Click “help” from the menu bar Click Eclipse market place And from there you can search plugins that you want (i.e. Python implementation on eclipse)
10
PACKAGES More organized files Hierarchical view Better referencing
11
PACKAGES
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.