Monthly Archives: 3 月 2016

MyEclipse 的 JRebel 6.4.1 破解

jrebel-6.4.0-Enterprise.Cracked-ZCT

通用破解6.4.0

1.下载并解压压缩包

2.复制jrebel6文件夹里面的jrebel.jar文件到myeclipse目录下的plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE\jrebel里面

3.复制jrebel.lic到myeclipse目录下的plugins\org.zeroturnaround.eclipse.embedder_6.4.1.RELEASE里面

4.运行myeclipse后打开jrebel界面,选择刚刚拷贝的jrebel.lic文件,破解完成

configure error no acceptable C compiler found in $PATH 问题解决

yum install gcc

你的机器里没有安装任何C语言编译器,可以安装gcc。 可以在安装盘里找到gcc相关的包进行安装,不过会比较繁琐,因为关联的包会比较多。 如果可以上网,使用yum安装是比较好的选择:

yum install gcc