-
Hey guys, great project! I've noticed that there is no option to load a custom jar, because JavaVMInitArgs is hidden [1] from the public access. AFAIK, to load a custom jar/class from JNI, it neads to…
sanel updated
8 months ago
-
Hi,
Thanks for clean and simple API.
Do you have plan to support ByteBuffer or ByteArray(byte[]) support to jnipp?
-
The client is crashing on my HMD when built from the dev branch `d1e47771ec7d9de1c14a5aeeceeb98523c36c2bd`. A client built from master branch `f10a9915fc9d95661350e2390d36942b9cdd8de0` is not crashing…
-
I’ve been trying to run the client from the following branches: main, dev, and gui, but none of them launches successfully. The application crashes immediately upon startup. Logs from version v0.10.2-…
-
such as
```java
registerReceiver(null,new IntentFilter())
```
in jnipp
context.call(register_method,NULL,intentFilter)
this will cause compile error
`error: call to 'valueArg' i…
-
GetStringUTFChars cannot support emoji ,such as 👇
-
```
try {
jni::Class ctx("android/content/Context1");
} catch (jni::NameResolutionException &e) {
LOGE("the exception %s",e.what());
}
```
in demo,this action will…
-
the header file is likely to produce multiple definitions if used in multiple files
-
Should be either an #else or an #elif defined. I have sample fixed for this at: https://github.com/Sqeaky/jnipp/blob/master/jnipp.h