dear all,
I'm new developer in J2ME
I have C++ code and I want to use it in J2ME app.How?
what is external component in J2ME (like as DLL OCX COM in C++)?
I ask about can load DLL in J2ME app. and how?
thanks,
kfke
dear all,
I'm new developer in J2ME
I have C++ code and I want to use it in J2ME app.How?
what is external component in J2ME (like as DLL OCX COM in C++)?
I ask about can load DLL in J2ME app. and how?
thanks,
kfke
Eng Kfke
Egypt Giza
engkfke@gmail.com
Strictly there is no interface between MIDP Java and native code such as DLLs or EXEs. There is no mechanism for loading a DLL or running an EXE.
You can use a socket to communicate between a Java application and a native application running on the same device (on platforms that support this, like Series 60). Read this article for more information.
Cheers,
Graham.