Bonjour
Si j'ai de bon souvenir, les fichiers .so sont des librairies en C, donc tu peux normalement inclure ce fichier dans ton code java grâce à
System.loadLibrary
EDIT :
public static void loadLibrary(String libname)
Loads the system library specified by the libname argument. The manner in which a library name is mapped to the actual system library is system dependent.
The call System.loadLibrary(name) is effectively equivalent to the call
Runtime.getRuntime().loadLibrary(name)
Parameters:
libname - the name of the library.
« Informatique : Alliance d'une science inexacte et d'une activité humaine faillible.»
« Si le déboguage est l’art d’enlever les bogues, alors la programmation doit être l’art de les créer.»