Error loading jni from java.

Asked 1 years ago, Updated 1 years ago, 119 views

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 question.

<Error Text>

java jni

2022-09-22 08:22

1 Answers

Access Violation error with various causes.

In this case, you usually use a window-side debugger to find the cause.

If you have a source on the dll side, you can use VC to debug it, and if you don't, try debugging it with a binary debugger such as windbg and ollydbg.

If it doesn't work, please send the dll you worked on and the source you worked on to my mail ([email protected]).


2022-09-22 08:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.