Ubuntu eclipse :An error has occurred. See the log file


安装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/

  


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM