说明:
本文讲述CentOS下ZendStudio 9.0.4的安装,破解。我嚓,有点忘记当初是怎么做的。。。。
实现:
1.安装
# yum -y install java-1.6.0-openjdk //安装好Java环境 # wget http://downloads.zend.com/studio-eclipse/9.0.4/ZendStudio-9.0.4-x86.tar.gz //linux 32位 # wget http://downloads.zend.com/studio-eclipse/9.0.4/ZendStudio-9.0.4-x86_64.tar.gz //linux 64位 # tar xzf ZendStudio-9.0.4-x86_64.tar.gz -C /usr/share //指定程序,安装位置 # cd /usr/share/ZendStudio # ./ZendStudio.bin //./ZendStudio.bin开始运行zendstudio
此处,你解压的ZendStudio文件夹即为软件安装目录,这里程序的安装目录为/usr/share/ZendStudio。
2.破解
# wget http://www.geekso.com/attachment.php?fid=447 //下载破解文件,不分操作系统,通用,破解文件千万不要解压,也不要修改破解文件的文件名,com.zend.php.core_9.0.4.201210081806.jar对应的版本号为9.0.4.v20121009466 # mv com.zend.php.core_9.0.4.201210081806.jar /usr/share/ZendStudio/Plugins //把破解文件放到安装目录plugins下替换同名文件;linux位置/usr/share/ZendStudio/Plugins;Mac安装位置/Applications/ZendStudio.app/Contents/Resources/Java/plugins //未亲测 # /usr/share/ZendStudio/ZendStudio.bin //运行zendstudio,输入序列号 34E606CF10C3E4CF202ABCEAA9B0B7A64DD2C5862A514B944AAAB38E3EB8A5F2CD735A2AB4CF9B952590EFA62BA0AB2B3E5D99C33C55309EE143165AC7F1817D626574615F3B32312F31312F323031313B392E303B3030313B313B3330
查看是否注册成功,在菜单中“help>About Zend Studio ”,试了下CentOS 6.0 final 32bit安装9.0.4的可以破解。win 7 32bit安装9.0.3可以破解,CentOS 6.0安装9.0.3没破解成功,其余未尝试
3.创建快捷方式
# vim /usr/share/applications/ZendStudio9.desktop //编辑这个快捷方式,不存在就创建 [Desktop Entry] Name=ZendStudio #快捷方式名称 Comment=ZendStudio9 #估计是说明 Exec=/usr/share/ZendStudio/ZendStudio //这里的路径应该是你的程序的安装路径 Icon=/usr/share/ZendStudio/icon.xpm //图标路径,跟程序路径一样 Terminal=false Type=Application Categories=Application;Network;//这里的内容决定创建出的启动器在应用程序菜单中的位置就OK了,去掉注释然后去usr/share/applications找我们的快捷方式 放到桌面就OK了
参考:
ZendStudio 9.0.4 正式版破解
zend studio 9.0无限期试用的方法
ZendStudio创建程序,桌面快捷方式
ZendStudio创建启动器