Java Native Interface (JNI) in depth -- Part 16: Working with Java Strings

preview_player
Показать описание
In this java tutorial, I discuss how to work with java Strings in C++ including creating java Strings in C++ and sending them to java, as well as converting java String to C/C++ string in the native code.
** correction: Strings in java have UTF-16 encoding.
Рекомендации по теме
Комментарии
Автор

Is it possible to pass 100 lines string from Java to c++.How to increase the heap memory of jstring

sravanineelam