hi,
i'm trying to create a shared object. the files i want to put in the shared object use a properties file to read some of the data. is there a way to include the properties file in the so file?
if not, then how do i refer to the properties file from the classes in the shared object? (i want to refer to the relative path).
thanks.
p.s
i'm using a cygwin gcc compiler