Search:

Type: Posts; User: FearTheCron

Search: Search took 0.10 seconds.

  1. Re: calling native c code from java using JNI

    Just on the off chance someone has this same issue under linux I would like to point out that your library needs to be lib[whatever].so and when you do the system.loadlibrary() you put in [whatever]...
  2. Replies
    1
    Views
    2,181

    Duplicating array in C code

    I have a piece of Java code that passes an array of floats to a C++ library and would like to be able to have the C++ code just access the data through a pointer rather than needing to duplicate the...
Results 1 to 2 of 2