[solved] Aptana Studio 3 error during file commit

If you’re using Aptana Studio 3 in Ubuntu 11.04 and having error similar like this

Unhandled event loop exception
No more handles [MOZILLA_FIVE_HOME='/usr/lib64/xulrunner-addons'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
	/home/adi/Aptana Studio 3/configuration/org.eclipse.osgi/bundles/223/1/.cp/libswt-mozilla-gtk-3659.so: libxpcom.so: cannot open shared object file: No such file or directory
	no swt-mozilla-gtk in java.library.path
	/tmp/swtlib-64/libswt-mozilla-gtk-3659.so: libxpcom.so: cannot open shared object file: No such file or directory
	Can't load library: /tmp/swtlib-64/libswt-mozilla-gtk.so
)

I was having the above error when trying to commit a file. The solution is to install the older xulrunner package which is 1.9.2 by typing:

sudo apt-get install xulrunner-1.9.2

good luck!


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *