当前位置:编程学习 > 网站相关 >>

ubuntu_eclipse:An error has occurred. See the log file

安装eclipse:
 
                      sudo apt-get install eclipse-platform
 
 
调整java: 
                      sudo update-alternatives --config java
 
 
启动:
 
    cmd:                   eclipse
 
Error:An error has occurred. See the log file /home/rupali/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1336830746877.log.
 
 
解决:
 
                        x64:
 cmd:         ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/                         
 
                        x86:    
 cmd:         ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/
     
补充:综合编程 , 其他综合 ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,