Hi, pals.
I'm coding a J2ME app for E680/i, it would can access Native.db by means of berkeley db's java lib(sleepycat).
But now I encountered a problem as follow:
the db.jar, the Berkeley DB's lib is compiled in J2SE environment. As we known, there are many difference between the standard classes in J2SE and the corresponding ones in J2ME. The java source of db lib invokes some such APIs, so I can not re-compile the java source of DB lib to a new *.jar, so I can not migrate the db.jar onto our E680/i platform.
Does anyone have some suggestion to me ?
Thanks a lot !!!