在MACBook笔记本上通过Safari 访问EBS系统
环境描述
MAC OS X V10.7.4
Safari V5.1.4
EBS R12.1.1
OS 系统下访问EBS不能简单的从www.sun.com网站下载jre for MAC os插件,需要进行一些简单的设置.
- 1. 浏览器设置
Under 'Preferences > Security > Web Content':
Select: 'Enable plug-ins, Enable Java, Enable JavaScript'
Do not select: 'Block Pop-Up Windows'
Under 'Preferences > Advanced': select 'Press Tab' to highlight each item on a webpage
- For the Java Plug-in
Note: You must be logged in as an administrator. If prompted for your administrator password after a command, enter it and then press the Return or Enter key.
- Open Terminal, located in the Utilities folder.
- Enter this command, then press the Return or Enter key:
sudo mkdir -p /Library/Internet\ Plug-Ins/disabled
- Enter this command, then press the Return or Enter key:
sudo mv /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin /Library/Internet\ Plug-Ins/disabled
- Enter this command, then press the Return or Enter key:
sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
- To re-enable Java SE 6 Web Start, enter this command, then press the Return or Enter key:
sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws
<EOF>