Sunday, February 7, 2010

Eclipse 3.4 on Arch Linux

2 Problems when trying to run Eclipse 3.4.2 on Arch Linux x64 (eclipse 3.5 runs great):
  • xulrunner error - was resolved by compiling an older version of xulrunner (I used 1.9.0.17) and passing parameter specifying its path in eclipse.ini:
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner-1.9.0.17
  • some buttons seemed to "stick", this was resolved with: export GDK_NATIVE_WINDOWS=1

No comments:

Post a Comment