Cannot run bt747_macosX_j2se.command

Hello,

I am running Mac OS X 10.5.8 on a Powerbook G4 and am having trouble running the bt747_macosX_j2se.command for bt747 2.0.3. I have created the lock file and have been using 2.0.0 without any problems for some time and can continue to use it without any problems.

The error I get when trying to run 2.0.3 is:

 

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: java.text.DateFormatSymbols.getInstance(Ljava/util/Locale;)Ljava/text/DateFormatSymbols;

at org.jdesktop.swingx.plaf.basic.BasicCalendarRenderingHandler.createMonthHeaderStringValue(BasicCalendarRenderingHandler.java:121)

at org.jdesktop.swingx.plaf.basic.BasicCalendarRenderingHandler.installProviders(BasicCalendarRenderingHandler.java:102)

at org.jdesktop.swingx.plaf.basic.BasicCalendarRenderingHandler.install(BasicCalendarRenderingHandler.java:64)

at org.jdesktop.swingx.plaf.basic.BasicCalendarRenderingHandler.<init>(BasicCalendarRenderingHandler.java:57)

at org.jdesktop.swingx.plaf.basic.BasicMonthViewUI$RenderingHandler.<init>(BasicMonthViewUI.java:539)

at org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.createRenderingHandler(BasicMonthViewUI.java:514)

at org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.installRenderingHandler(BasicMonthViewUI.java:488)

at org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.installUI(BasicMonthViewUI.java:262)

at javax.swing.JComponent.setUI(JComponent.java:647)

at org.jdesktop.swingx.JXMonthView.setUI(JXMonthView.java:776)

at org.jdesktop.swingx.JXMonthView.updateUI(JXMonthView.java:786)

at org.jdesktop.swingx.JXMonthView.<init>(JXMonthView.java:318)

at org.jdesktop.swingx.JXMonthView.<init>(JXMonthView.java:255)

at org.jdesktop.swingx.JXDatePicker.initMonthView(JXDatePicker.java:359)

at org.jdesktop.swingx.JXDatePicker.init(JXDatePicker.java:351)

at org.jdesktop.swingx.JXDatePicker.<init>(JXDatePicker.java:279)

at org.jdesktop.swingx.JXDatePicker.<init>(JXDatePicker.java:230)

at bt747.j2se_view.LogOperationsPanel.<init>(Unknown Source)

at bt747.j2se_view.BT747Main.initAppData(Unknown Source)

at bt747.j2se_view.BT747Main.<init>(Unknown Source)

at bt747.j2se_view.BT747Main$47.run(Unknown Source)

at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:499)

at java.awt.EventQueue.access$000(EventQueue.java:80)

at java.awt.EventQueue$1.run(EventQueue.java:462)

at java.awt.EventQueue$1.run(EventQueue.java:461)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:84)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:471)

at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)

at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

 

 

Any help would be appreciated. BT747 is an excellent software.

Bild von mdeweerd

Hi This seems to be related

Hi

This seems to be related to a rebuild of the swing library that I operated.

Can you check witht he current developement version ?  I do not expect a change, but at least it makes sure that the issue is also there.

After that I'll check where the issue might come from.

Kind regards

Mario

Bild von mdeweerd

Hi again It looks like

Hi again

It looks like 'java.text.DateFormatSymbols' is not found which is part of the "standard" library.  It could be that the use of this is new in the latest swingx library.  Possibly the class path must be extended with an extra reference to this library.

I modified the order in which the 'look and feel' is searched which might have an impact on the issue - hopefully positive.

I'll try to get some more information.

Kind regards

Mario

I get the same error with the

I get the same error with the dev version 2.X.1922_full. Any ideas yet? I am still able to use 2.0.0 so it isn't the end of the world at the moment.

Thanks!