如何在redhat enterprise linux中运行eclipse

由于eclipse 基于商业的库和jvm,所以gij gcj对它没有支持。运行时会出现ava.lang.NoClassDefFoundError: .home.Desktop.eclipse.plugins.org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
   at gnu.gcj.runtime.FirstThread.run()

但此人通过打patch的方式可以让eclipse运行在gij之上.

 http://www.klomp.org/mark/gij_eclipse/


    如果你使用的没有root权限的linux系统,你可以下载sun jdk。并且安装在自己的目录,只要把jdk或者jre的bin目录放在PATH环境变量的最前面,就能替换系统默认的jre(修改  ~/.bash_profile)。其它应用都可以按照这种方式处理。

你可能感兴趣的:(eclipse,jvm,jdk,linux,redhat,patch)