Presentation is loading. Please wait.

Presentation is loading. Please wait.

ECLIPSE IDE & PACKAGES. ECLIPSE IDE Setting up workspace Making a new project How to make classes Packages (will explain more about this) Useful short-cuts.

Similar presentations


Presentation on theme: "ECLIPSE IDE & PACKAGES. ECLIPSE IDE Setting up workspace Making a new project How to make classes Packages (will explain more about this) Useful short-cuts."— Presentation transcript:

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


Download ppt "ECLIPSE IDE & PACKAGES. ECLIPSE IDE Setting up workspace Making a new project How to make classes Packages (will explain more about this) Useful short-cuts."

Similar presentations


Ads by Google