I recently installed eclipse but its not starting when i enter command "eclipse" on terminal. I am pasting a log, Kindly review it and suggest solution to fix the problem
Asked
Active
Viewed 237 times
1
-
Try http://stackoverflow.com/questions/10165693/eclipse-cannot-load-swt-libraries – MathCubes Aug 04 '13 at 12:26
1 Answers
0
On Ubuntu 12.04 32 bit. I edit the command to:
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/
And on Ubuntu 12.04 64 bit try:
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/

MathCubes
- 5,666