用Eclipse開發Flex

wangjun_pfc發表於2007-10-07
 首先到eclipse.org上下載

1、Eclipse SDK,解壓縮即可執行

2、Graphical Editor Framework (GEF)

3、Eclipse Modeling Framework (EMF) / XML Schema Infoset Model (XSD) / Service Data Objects (SDO)

4、Visual Editor Project (VE) 裡的Java EMF Model (JEM)

5、Web Tools

(把2、3、4、5解壓縮到Eclipse的根目錄下(即覆蓋Features和Plugins)保險起見,執行下Eclipse -clean)

接下來

1、開啟Eclipse,選擇選單Window -> Preferences,選擇General -> Content Types,在右邊選擇Text -> XML(有子節點),點選Add按鈕輸入*.mxml並且OK。

2、同樣在Window -> Preferences選單,展開 Web and XML 並選擇 XML Catalog. 在右邊點選 User Specified Entries 並點選Add增加以下變數:
* URI: 輸入 mxml.xsd 檔案路徑 (一般是: C:/Program Files/Macromedia/Flex/extras/schema/mxml.xsd)
* Key: http://www.macromedia.com/2003/mxml

3、現在你開啟一個mxml檔案,就會有著色顯示,編輯多了design和source模式

相關文章