Read-only archive of the All About Symbian forum (2001–2013) · About this archive

C++ & Java

1 replies · 950 views · Started 30 July 2003

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.