>>> run this: >>> $ find /Library/Developer/CommandLineTools -name '*.sdk' >> >> Nothing. >> > > I tried this again. The command line installation creates: > > 1. /Library/Developer/CommandLineTools > 2. /usr/include > 3. Many many /System/Library/Frameworks/.../Headers > 4. Some examples and documentation
That's what I suspected. I'll have to rethink my patch for 8043340 a bit as I see no reason we can't support this for OpenJDK. -DrD-