Eclipse


Links:
eclipse.org
Downloads



Some things to remember…

  • To change templates for generated code, such as getter/setter code, go to: Window > Preferences >Java > Code Style > Code Templates. Help will be available from there while modifying a template.
  • The error log can be found in a text file named “.log” that should be in the following path: [workspace_directory]/[project_name]/.metadata/.log

You must be logged in to post a comment.