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

Recommended Answers

All 3 Replies

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?

I think the object needs to be serializable in order to be storeed as a file. and I'm a bit unclear on the term properties file. Could you please throw some more light on it.

Problem solved, thanks anyway.

Cheers! It would be helpful to other posters if you let us know how did you solve it! I think you should be able to do it...can you please?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.