Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Running Eclipse on OSX 10.1.4

I've downloaded the M5 stable build and SWT_for_MacOS_X_0505.dmg.gz from the
eclipse web site, and followed the instructions provided for building and
running Eclipse for OSX 10.1.4.  Unfortunately, I am getting the following
error message when double clicking the Eclipse application icon.  Any
suggestions are appreciated.

Thanks,
Randy Leonard
rleonard@xxxxxxxxxxx

--------------

Exception launching the Eclipse Platform UI:
java.lang.NoSuchMethodException
	at java.lang.Class.getMethod0(Native Method)
	at java.lang.Class.getDeclaredMethod(Class.java:1156)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:193)
	at org.eclipse.core.launcher.Main.run(Main.java:541)
	at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82)
	at
com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44)
	at com.apple.buckyball.app.CarbonLibApp.main(CarbonLibApp.java:76)


Back to the top