This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Binary compatibility and finding compiled classes
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>> Anyone have other ideas, comments, or constraints?
Andrew> Put the DSO in the jar.
Some folks out there actually do this, I've seen code for it.
I'm not sure we ought to do it ourselves though. For one thing it
means that signed jars would have to be re-signed. For another, it
interferes with common packaging approaches that make jars noarch.
Tom