linux 安装 eclipse
1 下载eclipse-jee-luna-SR2-linux-gtk-x86_64.tar.gz 2 解压sudo tar -zxvf eclipse-jee-luna-SR2-linux-gtk-x86_64.tar.gz 3 会出现 Java RunTime Environment (JRE) or java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:… 4解决方式 解决办法是在终端进入你的eclipse目录,然后输入: 1 mkd…