Java Question Wrapper Library, external JAR files and .so files etc

tchart

Well-Known Member
Licensed User
Longtime User
Erel,

I am writing a wrapper library for a commercial library (which includes several JAR files and two .so files).

In terms of the licensing I cannot distribute the original JAR's or .so files with my wrapper library.

Currently I have the original JAR files with the xml loaded in B4A so I can easily ask users to get the JAR files and copy to B4A (I can of course give them the XML files).

The problem is the .so files. These are currently bundled with my wrapper library into my JAR file.

Is there a way to separate these out so that the user can acquire them from the company who makes the library?

Thanks
 

warwound

Expert
Licensed User
Longtime User
You could ask your library users to open the library .jar file with say WinRAR and add the .so files to the jar file.
Not perfect but it would make things easier as you can then use the standard .so library loading technique.

Martin.

Sent from my GT-P3110 using Tapatalk 2
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…