What's the difference to develop apps for P800 using C++ and Java? I meant is there any thing you can't do if using java?
Thx
What's the difference to develop apps for P800 using C++ and Java? I meant is there any thing you can't do if using java?
Thx
The Java API does not include all the API functions available to C++ programmers. However, it is possible to write a new Java class in C++ using JNI and then make this available to Java applications. You just need someone willing to do that first.