Can we load libraries dynamically using j2me?

Hi,

We have developed an SDK targetted towards the game developers and have been reseraching into the scope of extending our SDK (which currently supports only Epoch and Windows CE) to j2me enabled phones? Is there some way by which we can reuse our libraries (our libraries are avaialble as dlls), for eg. dynamically load libraries? Is it necesaary that the dlls be ported to j2me and compiled as jar files before we can use them?

Thanx

Ruchika

[479 byte] By [ruchikadhingra] at [2007-9-26 11:21:53]
# 1

In what I read on the Sun site about KVM, the KVM does not support JNI, so you cannot make native OS calls - and hence use the OS to load and use OS libraries. (see http://developer.java.sun.com/developer/technicalArticles/wireless/midpapi/). This may require you to rewrite your libraries in Java and compile them using J2ME.

Good luck

Don

d1camero at 2007-7-2 0:29:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...