Failed to create resources from application bundle. Using Java-based resources.
Mike Swingler
swingler at apple.com
Tue Jun 14 09:52:36 PDT 2011
On Jun 7, 2011, at 12:13 AM, Tobias Bley (UltraMixer) wrote:
> Why does I'm getting this error message with current openJDK port?
I don't know. Perhaps you are using a part of Aqua that we haven't tested yet, or you are running in another language/localization that is hitting a resource loading path that we haven't tested yet.
Please file a bug at <http://java.net/jira/browse/MACOSX_PORT> and attach your test case so we can track this down further.
Thanks,
Mike Swingler
Java Engineering
Apple Inc.
> java.lang.NullPointerException
> at java.io.File.<init>(File.java:251)
> at com.apple.resources.LoadNativeBundleAction.run(MacOSXResourceBundle.java:79)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.apple.resources.MacOSXResourceBundle.getMacResourceBundle(MacOSXResourceBundle.java:48)
> at com.apple.resources.MacOSXResourceBundle.getMacResourceBundle(MacOSXResourceBundle.java:43)
> at com.apple.laf.AquaLookAndFeel.initResourceBundle(AquaLookAndFeel.java:268)
> at com.apple.laf.AquaLookAndFeel.initComponentDefaults(AquaLookAndFeel.java:284)
> at com.apple.laf.AquaLookAndFeel.getDefaults(AquaLookAndFeel.java:251)
> at javax.swing.UIManager.setLookAndFeel(UIManager.java:532)
> at javax.swing.UIManager.setLookAndFeel(UIManager.java:576)
> at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1329)
> at javax.swing.UIManager.initialize(UIManager.java:1418)
> at javax.swing.UIManager.maybeInitialize(UIManager.java:1406)
> at javax.swing.UIManager.getUI(UIManager.java:993)
> at javax.swing.JPanel.updateUI(JPanel.java:126)
> at javax.swing.JPanel.<init>(JPanel.java:86)
> at javax.swing.JPanel.<init>(JPanel.java:109)
> at javax.swing.JPanel.<init>(JPanel.java:117)
> at com.ultramixer.openjdktest.TestGUI.<init>(TestGUI.java:21)
> at com.ultramixer.openjdktest.TestGUI.main(TestGUI.java:63)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
> Failed to create resources from application bundle. Using Java-based resources.
More information about the macosx-port-dev
mailing list