安装eclipse:
     sudo apt-get install eclipse-platform
 
调整java: 
    sudo update-alternatives --config java
 
启动:
    eclipse
 
Error:An error has occurred. See the log file /home/rupali/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1336830746877.log.
 
 
解决:
  x64:
      ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/                         
 
  x86:    
      ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/

  

posted on 2013-07-08 09:00  Bird Cai  阅读(4883)  评论(0编辑  收藏  举报