Actions
Setup Development Environment » History » Revision 3
« Previous |
Revision 3/9
(diff)
| Next »
chin-yeh, 10/14/2011 11:28 AM
- Table of contents
- Setup Development Environment
Setup Development Environment¶
This guides describes how to setup the Eclipse development environment.
Steps:- install the Apache Maven (Install Maven)
- 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
- Windows Vista or Windows 7 -
- download the Provisioned Eclipse
- unzip it to your local computer
- 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
- after that, go to Window -> Preference
- select General -> Content Types -> Text -> JSP -> JSP Fragment
- press the Add button and enter
*.inc
in the Content type field - press OK to save the changes
Updated by chin-yeh about 13 years ago · 3 revisions