2. 在jdeveloper里設置擴展 how it works它是如何工作的 j2me extension(j2me 擴展)的目的是要提供一個已有的wireless toolkits和jdeveloper之間的無縫連接,也將促進任何新的j2me兼容工具包的整和。jdeveloper將會像以前開發任何的java項目一樣開發j2me項目,而且會通過與wireless toolkits溝通,從而提供wireless toolkits可以提供的特性,像項目發步,運行和調試等操作。 installation安裝 下載: the extension jar file for 902(j2meextension_jar.zip) the extension jar file for 903(j2meextension903_jar.zip) the scripts (bin.zip) the help file (j2me_jar.zip) the sources (j2me.zip) 我們假設jdeveloper已經安裝在[jdev_home]。
安裝sun的 wireless toolkit,與jdeveloper整合 從sun的網站下載j2me wireless toolkit可以在任何路徑安裝工具包(像d:/wtk104)。這個路徑將會在設置擴展時被指向。 與jdeveloper整合的過程非常簡單.以下viewlet提供詳細的步驟以設置j2me擴展.這是個只需要幾分鐘時間的一次性操作. configure the extension 設置擴展online walkthrough在線預覽 一旦擴展成功設置,下列viewlet可以讓你體驗它的不同特性. generate a midlet skeleton 構建一個midlet框架build the deployment profile 建立發布profiledeploy the midlet suite 發布midlet套件run the midlet suite 運行midlet套件debug the midlet suite 調試midlet套件 原文:http://otn.oracle.com/products/jdev/htdocs/partners/addins/exchange/j2me/content.html