Preparing for Installation

Ensure that the host on which you are installing Sybase Mobile SDK meets the system requirements and is ready for you to begin the installation.

  1. If User Access Control (UAC) is present in the version of Windows where you are installing, disable it. You must restart the system for the change to take effect.
  2. Verify that the target system meets the system requirements for Sybase Mobile SDK.
    See Supported Hardware and Software.
  3. Verify that you have Administrator privileges on the installation target host.
  4. If the JAVA_TOOL_OPTIONS environment variable is set, remove it before you start the installation.
    Check for the JAVA_TOOL_OPTIONS environment variable in both User variables and System variables panes of the Environment Variables dialog.
    1. Right-click My Computer and select Properties.
    2. Select the Advanced tab, then click Environment Variables.
    3. Select JAVA_TOOL_OPTIONS and click Delete.
    4. Click OK to exit all dialogs.
  5. If there is an earlier version of Sybase Mobile SDK installed on the same computer where you are installing this version, back up any workspace directory trees used by Sybase Unwired WorkSpace.
    Although installing this version of Sybase Mobile SDK does not overwrite those files, you should create backups that have only been opened in the earlier version. If you open an earlier version project in the later version of Sybase Mobile SDK, you are committed to migrating the project to the later version. Backups keep open the option to go back to the earlier version.
  6. If you wish to use the sampleDB database that is packaged with Unwired Platform, be sure that the Unwired Server that you plan to connect to from your Sybase Mobile SDK installation has the Sybase Unwired SampleDB service running.

    If the Windows service that runs the sampleDB server, Sybase Unwired SampleDB, has not been created:

    1. In the file system where the Unwired Server is installed, go to the SUP_HOME\Servers\UnwiredServer\bin directory.
    2. Run the sampledb.bat script.

      To create the service to start automatically, enter:

      sampledb.bat install auto

      To create the service to be started manually, enter:

      sampledb.bat install manual
    3. Start the Sybase Unwired SampleDB service you just created, either by using the Windows Services control panel, or by entering, at the command prompt:.
      sampledb.bat start

      For more information on the sampledb.bat script, see Create or Remove the Windows Service for sampledb Server (sampledb) Utility in System Administration.