1.解決eclipse在linux上瀏覽器加載失敗問題 。
eclipse.ini中加入下面配置,使用xulrunner 。
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9pre/xulrunner
-showsplash
org.eclipse.platform
-framework
plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
-vmargs
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9pre/xulrunner
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-XX:MaxPermSize=256m
2.字體問題,修改/etc/fonts/fonts.conf 。
3.windows上安裝X Server , Xming-6-9 ,并設置linux的環境變量export DISPLAY=XXXX:0 。