Hi Edward,
There were two problems -- the one I originally reported had the
symptom that a timeout was reported in the log file. This hasn't
happened to me on 1.5.0. The second problem has the symptom that a
thread dump shows loadLibrary hanging while initialising awt, in
response to a Color instance being created. I've only seen this on
1.5.0.
To fix the second problem I added the line:
-Dapple.awt.usingSWT=true
to the end of the file /Applications/eclipse/Eclipse.app/Contents/
MacOS/eclipse.ini
My Java version is:
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
Regards,
Tom