User Profile

Collapse

Profile Sidebar

Collapse
floca77
floca77
Last Activity: Feb 5 '08, 07:49 AM
Joined: Feb 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can you give me an example on how to use class loaders in this situation ?

    'Cause the native libraries are just loaded into memory using
    Code:
    System.load([I]<libraryName>[/I]);
    and I don't have any possibility to keep them apart.

    Thanks again!...
    See more | Go to post

    Leave a comment:


  • floca77
    started a topic JNI : Two native libraries with the same functions
    in Java

    JNI : Two native libraries with the same functions

    Hello,

    I have two versions of the same native library like "abc_v1.sl" and "abc_v2.sl" .
    They have the same functions but they act differently.

    I want to use both of them in parallel (each in its own thread) but only the functions of the first loaded library are being called.

    Isn't there any possibility to load each native library in a different name space... maybe a different...
    See more | Go to post
No activity results to display
Show More
Working...