Hi all,

I'm running into a problem after updating to the latest Java version on OS X. It doesn't affect most Pivot development, but it does break the JFreeChart-based charting provider. I get this exception at application startup:

Exception in thread "main" java.lang.NoClassDefFoundError: apple/laf/ CoreUIControl

This class appears to be missing in the latest update. A simple test case will reproduce it:

import javax.swing.JButton;

public class CoreUIControl {
    public static void main(String[] args) {
        new JButton();
    }
}

I also can no longer edit the properties for JVM 1.6.0 in the "Installed JREs" preferences in Eclipse.

I'm planning to file a bug to Apple - is anyone else seeing this problem?

G

Reply via email to