Good fix! I changed the AbstractTestVector class to public and it's
happy now. In the Apple notes on the update, they did say they made
improvements to security, so that must have been the issue. The
subclasses are all in the same package though, so I would have thought
leaving off the modifier would have been ok too, but I don't understand
all the subtlties of Java inheritance. I'll commit the fix and move on
to bigger fish to fry.
On 5/23/10 12:03 PM, Sean Owen wrote:
I am not seeing this error, before or after the Java update.
It's a strange one -- sort of sounds like it's complaining it can't
get at something that's public??
I assume you tried a clean build.
You could try making that abstract class public instead of
package-private. It doesn't really hurt to do that, and if it works
around this for you, sure.
On Sun, May 23, 2010 at 3:44 PM, Jeff Eastman
<[email protected]> wrote:
Its Snow Leopard and the Java update #2 to 1.6.0_20