I know this has been discussed before and I've tried to read Apple
recommendations but I'm still not sure where to put what.
We have an interface library that we use to access some hardware.
This library is used by our own applications and some 3rd party
applications use the same library as well.
Currently it includes some .dylibs that we put in /usr/lib/ but I feel that
is wrong.
We also have a .jnilib that we put in /Library/Java/Extensions/
The library also use some resource files that we keep in
/Library/Preferences/OURLIB
this I feel is not quite correct either.
We also have some configuration/preference files for the library
that we keep in
/Library/Preferences/OURLIB
which sort of feels correct, but the we write some log -files
there which does not feel right.
This is an old piece of code that has been ported by
various people from Windows plus some open source code thrown in
so no wonder it does not feel correct in Mac and I would like to
rectify this.
Ideally, I think, the library should be a framework bundle.
Any thoughts / pointers would be appreciated.
cheers Kusti
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden