Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 0.9.9
-
Fix Version/s: 1.0.0
-
Component/s: desktop app
-
Labels:None
-
Environment:
Windows 2000 and Java 5
Description
A LaF bug prevents Bible Desktop from starting on Windows 2000 with Java 5. From the WebStart console:
java.lang.ExceptionInInitializerError
at org.crosswire.bibledesktop.desktop.Desktop$1.run(Desktop.java:128)
Caused by: java.lang.ClassCastException: javax.swing.plaf.basic.BasicBorders$FieldBorder
at org.crosswire.common.swing.plaf.WindowsLFCustoms.initPlatformUIDefaults(WindowsLFCustoms.java:58)
at org.crosswire.common.swing.plaf.AbstractLFCustoms.initUIDefaults(AbstractLFCustoms.java:46)
at org.crosswire.common.swing.LookAndFeelUtil.customizeBDLookandFeel(LookAndFeelUtil.java:160)
at org.crosswire.common.swing.LookAndFeelUtil.<clinit>(LookAndFeelUtil.java:147)
... 1 more