« PHP中MYSQL相关取结果行的几个函数比较关于DELPHI的Tstringlist中Delimitedtext中的所谓Delimiter BUG »

在WINDOWS 7.0上运行ZEND STUDIO 5.5.X

【原创文章,转载请注明出处 www.e673.com
实在无法忍受我的固态硬盘在VISTA的表现,前两天安装了WINDOWS 7 测试版,感觉硬盘速度有了质的提升,但是在安装各种开发工具的时候遇到了小麻烦。Zend studio 7.0 EA可以安装和正常使用,但是发现好像对include的支持不好,比如其他文件声明的变量,include之后,仍然显示变量未定义。安装Zend 5.5,发现无法启动,看到老外的解决办法,翻译并摘录于下:

1、下载最新的JRE并安装  http://java.com/en/download/manual.jsp
2、在zend studio 5.5.x的安装包上点右键,选择 解压缩到这里;
3、在解压缩的文件夹中,找到jre文件夹,改名为jre backup;
4、在刚刚安装的JRE安装目录下,一般为 c:\program files\Java\,找到jre6文件夹,复制到我们解压缩zend studio 安装包得到的jre文件夹位置;
5、安装Zend studio,这时候你会发现原来安装的时候,系统会提示不兼容,自动调整到 Win7 Basic主题的提示已经不再出现;
6、安装完成后,到Zend studio的安装目录,删除jre目录,将我们原来备份的jre backup目录复制到这里,改名为jre;
7、在Zend快捷方式上点右键,选择 以 Windows Vista兼容模式运行。
OK,大功告成

Here's how I installed it, using vriesdude's suggestion. This worked for me in Windows 7 64-bit. Modify the paths below as needed for your installation of Windows 7.

1. Download and install the latest JRE for Windows: http://java.com/en/download/manual.jsp
2. Download and install WinRAR: http://rarlabs.com (be sure to install with Explorer shell extension).
3. Downloaded Zend Studio 5.5.1
4. Right-click the Zend Studio install file and choose WinRAR > Extract Here.
5. Go into the folder Windows\resource (the newly-created Windows folder, NOT your system Windows folder).
6. Rename the "jre" folder to "jre backup".
7. Copy your C:\Program Files (x86)\Java\jre6 folder into that resource folder and rename "jre6" to "jre".
8. Go back into that Windows folder and double-click ZendStudio-5_5_1.exe to install it.
9. When it is finished installing, copy your "jre backup" folder into your Zend Studio 5.5 installation folder.
10. Rename "jre" to "jre another backup"
11. Rename "jre backup" to "jre"
12. Run Zend Studio in compability mode for Windows Vista

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。