| Red Hat Docs > Manuals > Red Hat Web Application Framework > |
| Red Hat Web Application Framework Developer Guide | ||
|---|---|---|
| Prev | Chapter 19. Setting Up Eclipse and Red Hat Web Application Framework | Next |
To set preferences within Eclipse, go to Window->Preferences. Some notable preferences include:
Workbench->Editors. There is a key bindings option where you can select Emacs key bindings
Java->Compiler->Errors and Warnings. You probably only want to select Error for the options:
unreachable code
resolvable import statements
Methods overridden buy not package visible
Methods with a constructor name
Hidden catch blocks