Contents Index System requirements and supported platforms Tutorial: An Introductory Application

Native UltraLite for Java User's Guide
  Introduction to Native UltraLite for Java

Native UltraLite for Java architecture


The Native UltraLite for Java package is named ianywhere.native_ultralite. It includes a set of classes for data access and synchronization: Some of the more commonly-used high level classes are:

The API Reference is supplied in Javadoc format in the UltraLite\NativeUltraLiteForJava\doc subdirectory of your SQL Anywhere installation and is accessible from the front page of the UltraLite Component Suite online books.

Deployment and supported platforms 

Native UltraLite for Java supports the Jeode VM on Windows CE/ARM devices including the Compaq iPAQ and NEC MobilePro P300, which come supplied with the Jeode VM. Windows operating systems other than Windows CE are supported for testing and development purposes only.

For more information, see UltraLite host platforms, and UltraLite target platforms.

During development, it is recommended that you use JDK 1.1.8 or PersonalJava 1.2, as these are compatible with the Jeode VM.

In addition to your application code and the Jeode VM, you must deploy the following files to your Windows CE device:

For more information, see Lesson 4: Deploy your application to a Windows CE device.


Contents Index System requirements and supported platforms Tutorial: An Introductory Application