Project

General

Profile

Actions

Setup Development Environment » History » Revision 3

« Previous | Revision 3/9 (diff) | Next »
chin-yeh, 10/14/2011 11:28 AM


Setup Development Environment

This guides describes how to setup the Eclipse development environment.

Steps:
  1. install the Apache Maven (Install Maven)
  2. copy the settings.xml to :
    • Windows Vista or Windows 7 - C:\Users\[your windows account name]\.m2
    • Windows XP - C:\Documents and Settings\[your windows account name]\.m2
  3. download the Provisioned Eclipse
  4. unzip it to your local computer
  5. navigate to the extracted folder, e.g. eclipse3_5 and launch the eclipse.exe
    • the select workspace dialog will be prompted up, either setup a new one or point it to your existing workspace
  6. after that, go to Window -> Preference
    1. select General -> Content Types -> Text -> JSP -> JSP Fragment
    2. press the Add button and enter *.inc in the Content type field
    3. press OK to save the changes

Updated by chin-yeh almost 13 years ago · 3 revisions