Monday, April 20, 2009

Formatter and Organize Imports



Summary of Hotkeys

Format: Ctrl + Shift + F
Configure: Window -> Preferences -> Java -> Code Style -> Formatter

Organize Imports: Ctrl + Shift + O
Configure: Window -> Preferences -> Java -> Code Style -> Organize Imports

Sunday, April 19, 2009

Getting Started

Here's a direct link to download the version of Eclipse that I'll be using in my videos. This is Eclipse for Windows for Java (normal Java).

http://mirrors.med.harvard.edu/eclipse//technology/epp/downloads/release/ganymede/SR2/eclipse-java-ganymede-SR2-win32.zip

If you want to download Eclipse for a different platform, or for Java EE, go to http://www.eclipse.org/.

Here's my first video.



FYI, the name of this blog was inspired by page 5 of this manga:
http://divajutta.com/doctormo/ubunchu/ubunchu-episode-01.pdf

Thursday, April 16, 2009

Hello World!

This blog shall be about tips and tricks using Eclipse for Java development.