新手上路
性别保密
威望 点
注册时间2008-1-13
最后登录1970-1-1
在线时间 小时
好友
UID11956
听众
阅读权限20
- 积分
- 0
鲜花( 0) 鸡蛋( 0)
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
昨天从这里下了 photoshop CS3,但是在Vista下不能安装,点了EXE文件,闪一下就没了.
去官方网站看了,找到解决方法,今天安装好了.
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401521&sliceId=1
Issue
When youinstall Adobe Creative Suite 3 or a stand-alone Creative Suite 3application in Windows Vista, one or more of the following occur:
Afteryou launch the Setup.exe file, the application returns the errormessage, \"This software cannot be installed because J is not properlyregistered. Please repair J and then restart the installer\"
The installer quits without an error message, though Setup.exe appears in the Task Manager.
You receive the error message, \"Setup has encountered an error and needs to close. Error Code: 2739.\"
Installer log displays the error message, \"Error 2739: Could not access Java runtime for custom action\"
Solution
Disclaimer:This procedure involves editing the Windows registry. Adobe doesn'tsupport editing the registry, which contains critical system andapplication information. For information on the Windows RegistryEditor, see the documentation for Windows or contact MicrosoftTechnical Support.
Manually register the j.dll file.
On Windows Vista32:
Choose Start > All Programs > Accessories.
Right-click the Command icon, choose Run As Administrator, and authenticate.
Navigate to Windows\\System32.
At the prompt, type regsvr32 j.dll and press Enter.
When a dialog box with the message \"DllRegisterServer in j.dll succeeded\" appears, click OK.
On Windows Vista64:
Choose Start > All Programs > Accessories.
Right-click the Command icon, choose Run As Administrator, and authenticate.
Navigate to Windows\\SysWow64.
At the prompt, type regsvr32 j.dll and press Enter.
When a dialog box with the message \"DllRegisterServer in j.dll succeeded\" appears, click OK.
看不懂英文的没关系,我来解释一下,这个错误的原因是Vista没有Java解释器,把它注册上就可以了:
打开Cmd窗口,一定要使用管理员方式打开
然后进入Windows\\System32目录
假设你的Vista装在D:,那么在Cmd窗口中输入:
d:
cd Windows\\System32
最后:
输入 regsvr32 j.dll 回车
就成功了.
|
|