Installing the JNI-based synchronization provider on Nokia 9210/9290 Communicator devices using Symbian V6

To install the JNI-based synchronization provider on Nokia 9210/9290 Communicator devices using Symbian V6, you must compile and run the ISyncSample program. JNI-based implementations for Nokia 9210/9290 devices using Symbian V6 have been tested on Symbian OS 6.0 PersonalJava JVM.

Procedure

  1. Edit and compile the ISyncSample program on your workstation.
    1. Edit ISyncSample.java to take isyncdb2e.properties as a parameter.
    2. Compile ISyncSample.java with isync4j.jar in your classpath by typing the following command:
      javac -classpath isync4j.jar ISyncSample.java
      
    3. Edit isyncdb2e.properties to specify the server URL, user, and password.
  2. Run the ISyncSample program.
    1. Make sure the DB2 Everyplace database and Sync Client libraries are installed on the device.
    2. Copy the ISyncSample.class and isyncdb2e.properties files to the C:\System\Apps\ISync directory on the device.
    3. Using the Windows File Manager, locate and select the isync4j.jar file. Click Enter. Use the Redirect program, which is installed on your Nokia device, to transfer the output from the Java program and then either display this output on your console or write this output to a file.

Related reference