To install the JNI-based synchronization provider on Windows CE operating systems you must compile and run the ISyncSample program. The JNI-based Sync Provider for Windows CE devices have been tested on OTI J9 JVM.
Procedure
javac -classpath isync4j.jar ISyncSample.java
j9.exe -bp:\wsdd\classes.zip -cp:\wsdd;\Windows\isync4j.jar ISyncSample <property file>
For example:
j9.exe -bp:\wsdd\classes.zip -cp:\wsdd;\Windows\isync4j.jar ISyncSample isyncdb2e.properties
255#"\wsdd\j9.exe" "-bp:\wsdd;\Windows\isync4j.jar;\wsdd\classes.zip" "ISyncSample" "isyncdb2e.properties"
Enter the shortcut on a single line, and enclose each field in double quotation marks. The first field that you type must be the name of the executable. The files and directories that you specify must be fully qualified.
Related tasks