Dagfiunnr wrote:
Hi there,
Currently im writing my very first j2me application and for the persistance
of objects I wanna use the Derby. Ive got the following questions since I
need the optional package jsr-169.
1) Where do I get this package
You can download the reference implementation from
http://java.sun.com/products/jdbc/download.html#cdcfp
and build it yourself (you need J2SDK 1.4.2).
Some details are available here:
http://wiki.apache.org/db-derby/JavaMESupport
http://blogs.sun.com/wittyman/entry/building_jdbc_for_cdc_foundation
2) How can I install this optional package into my smartphone / WSTK ( sun
j2me dev kit )
My guess: Copy the resulting jar from 1) to your device and include it in your
JVM's bootclasspath?
Hope this helps,
--
John