JNI and J2ME

Hello all. These days i've been asked to make a little aplication for a PDA and while looking for information about j2me it says jni its not supported. But the app i need to make needs to use some library written in C, and my question is if there is any way o making an application in j2me that can use those libraries.

Thanks all.

[345 byte] By [trospitoa] at [2007-11-27 4:06:54]
# 1
Can those C libraries be compiled and ran on your target platform(s)?
robpaynea at 2007-7-12 9:12:04 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

Yes i've found a compiler for my target platform and compiling and running the C libraries doesnt seem a problem at the time. My main problem is that I can't call them from my java application because jni is not supported and i dont know how to import them.

Thanks for your answer

Message was edited by:

trospito

trospitoa at 2007-7-12 9:12:04 > top of Java-index,Java HotSpot Virtual Machine,Specifications...