摘要:
Building a phoneME Feature Software Reference Port (MR4)The phoneME Feature Software is the Open Source version of Sun Microsystems' commercial implementation, the Sun Java Wireless Client software. The phoneME Feature software is built on top of CLDC, the Open Source version of Sun Microsystems 阅读全文
摘要:
Building a CLDC Reference Port (phoneME Feature MR4)CLDC software is the OSS community version of Sun Microsystems' Connected Limited Device Configuration HotSpot™ Implementation virtual machine.This document has the following sections: * Building CLDC Software on a Windows x86 Build Platform * 阅读全文
摘要:
Building a PCSL Reference Port (phoneME Feature MR4)This document contains instructions for building a PCSL reference port. It has the following sections: * Building PCSL Software on a Windows x86 Build Platform * Building PCSL DocumentationPCSL libraries are used to build CLDC and the phoneME F... 阅读全文
摘要:
Building the JavaCall Porting Layer (phoneME Feature MR4)The JavaCall porting layer provides a uniform set of APIs that improve and simplify the phoneME Feature software porting process.To build a default implementation of the JavaCall porting layer, you take the following general steps: * Set env.. 阅读全文
摘要:
Setting Up Your Build phoneME Feature Environment (MR4)This section describes how to prepare your Windows x86 build environment for building the JavaCall porting layer, PCSL, CLDC, and phoneME Feature client software.This document contains the following sections: * Setting Up the Windows x86 Build.. 阅读全文
摘要:
Before You Begin phoneME Feature(MR4)This document contains the following sections: * Document Notes and Conventions * Setting Variables for Your Build Environment * Including Optional Packages in Your Builds * Building with the make -C OptionNote: This section contains information you might... 阅读全文
摘要:
Downloading phoneME Feature Software Source Code (MR4)The phoneME Feature software project provides two ways for you to access the source code: * Download the required phoneME Feature software zip archive files. These zip archive files include: o The phoneME Feature download source file, p... 阅读全文
摘要:
Getting Started with phoneME Feature Software (MR4)This guide contains the following sections: * Downloading phoneME Feature Software Source Code * Before You Begin * Setting Up Your Build Environment * Building the JavaCall Porting Layer * Building a PCSL Reference Port * Building a CL... 阅读全文
摘要:
NetBeans建立CLDC/MIDP应用程序一、NetBeans建立CLDC/MIDP应用程序NetBeans IDE使用同样的Java编译器来建立CLDC应用程序,其背后使用了-bootpathoption选项来重定位编译器使用不同的基础类。建立选项——尤其是optimization(优化)和obfuscation(混淆),在JavaME设备中扮演了重要角色。原因如下:1)商业应用,保护知识产权。2)优化和混淆能使得应用程序更小,应用传输到目标平台所耗时间更少,占用目标硬件的内存更小。因为混淆对类名、方法名和成员变量等使用更简短的名字进行了重命名;并删除了未使用的类、方法和成员变量。Net 阅读全文