Search:

Type: Posts; User: SGARCH

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: JNI CallStaticVoidMethod crash when Java variables declared outside method

    Many thanks for your help - so simple now that I see it. CallVoidMethod works fine.
  2. [SOLVED] JNI CallStaticVoidMethod crash when Java variables declared outside method

    I have started learning JNI to call C/Objective C from Java.
    I have a simple java class like this where int i is declared and assigned within the setValue method:

    // --------JAVA CLASS EXAMPLE 1...
Results 1 to 2 of 2