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