Another update - I've managed to replicate the problem on my home
iMac - running Tiger 10.4.4, J2SE 5.0 R4 DP3 and JBuilder2005
updated. Same problem. It therefore seems to me that this is not
some isolated corruption of one machine, but a reproducible error
brought about by DP3. (DP2 worked fine on both machines). I hope
Apple are looking into this - my Java development has now ground to a
halt and I'll have to install Eclipse if this isn't resolved within a
couple of days!
Paul
On Jan 11, 2006, at 10:15 AM, Paul Howland wrote:
Thanks to everyone for their helpful replies. I tried the
following suggestions in the replies:
= Adding the JVMVersion 1.4* key to JBuilder's Info.plist file
= Updating JBuilder 2005 with the Update 004 from Borland's site
This has not resolved the problem, but has at least changed the
error message. I now get the following message in the console
log. Any further advice much appreciated!
Exception in thread "main" java.lang.NoSuchMethodError:
java.awt.Window.isAlwaysOnTop()Z
at apple.awt.CWindow.initPeer(CWindow.java:116)
at apple.awt.ComponentModel.initPeer(ComponentModel.java:72)
at apple.awt.ContainerModel.initPeer(ContainerModel.java:37)
at apple.awt.CWindow.initPeer(CWindow.java:54)
at apple.awt.CFrame.create(CFrame.java:34)
at apple.awt.CToolkit.createFrame(CToolkit.java:459)
at java.awt.Frame.addNotify(Frame.java:491)
at javax.swing.SwingUtilities$SharedOwnerFrame.addNotify
(SwingUtilities.java:1673)
at java.awt.Dialog.addNotify(Dialog.java:370)
at java.awt.Dialog.conditionalShow(Dialog.java:441)
at java.awt.Dialog.show(Dialog.java:486)
at java.awt.Component.show(Component.java:1300)
at java.awt.Component.setVisible(Component.java:1253)
at com.borland.jbuilder.JBuilderCore$5.invokeCommand(Unknown Source)
at com.borland.primetime.PrimeTime.a(Unknown Source)
at com.borland.primetime.PrimeTime.start(Unknown Source)
at com.borland.jbuilder.JBuilder.main(Unknown Source)
Kind regards,
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden