jni tag

9 questions


1 answers
94 views
0
jni.h in Visual Studio 2017

VS2017 encountered the following error:Please tell me how to solve itERROR The LNK1107 file is invalid or corrupted: Cannot read 0x120E3. opencampus C:\Program Files\Java\jdk-9.0.1\include\jni.h

1 years ago

1 answers
89 views
0
Transfer value from native cpp to java when using JNI

Hello, I'm making an application using Android Studio.I want to implement the part that transfers the value between native-lib cpp and Java class using jniIs there a way to transfer the value obtained...

1 years ago

1 answers
81 views
0
jni Pre-made So Dynamic Library Application

Hi, how are you?Developers who are dedicated to developing fire nights are working hard.I've been doing it for a week, but I couldn't, so I posted a question.First of all, the following error occurs. ...

1 years ago

1 answers
76 views
0
I have a question about image filtering using adnroid openCv.

Refer to http://webnautes.tistory.com/1054 to learn how to use C language on Android. In this example, when you take a picture, you put a filter on the cameraWhat I want to do is to filter the images ...

1 years ago

1 answers
70 views
0
Why does a C++ JNI_CreateJavaVM() call cause an exception?

I am using Visual Studio 2015 and I am using JNI API to use jar library in C++ code.#include<jni.h>...int main() { JavaVM *jvm; JNIEnv *env; JavaVMInitArgs vm_args; JavaVMOption *options = new J...

1 years ago

1 answers
111 views
0
Error loading jni from java.

Currently, we have created a java code that uses c++ code as a library. However, there is an error such as the text below in the loading part.I've been searching for three days and I ask you a questio...

1 years ago

1 answers
72 views
0
How to know if a JVM running in Java is 32-bit or 64-bit

Is there a way to write a function or something on a program in Java to know if the JVM is running at 32 bits or 64 bits?

1 years ago

1 answers
79 views
0
An error occurs that the defined function is not defined during the Android ndk build.

Please help me to get an error in the process(input, output) of the code below during the ndk-build operation.[audacity_process.cpp]#include <jni.h>#include <string.h>#include noisereducti...

1 years ago

1 answers
81 views
0
Findclass result is 0 when recalling Java method using JNI in c++.++

JavaVMOption options; JavaVMInitArgs vm_args; JNIEnv* env; JavaVM* jvm; long status; options.optionString = -Djava.class.path=D:\\DEV\\javaworkspace\\Open; vm_args.version = JNI_VERSION_1_8; vm_args.n...

1 years ago

© 2024 OneMinuteCode. All rights reserved.