If you want to restore the Java SE 6 plugin from Apple, follow these
steps:
Open the Terminal and type the
following commands (you need admin rights on your computer):
sudo mkdir-p / Library / Internet
\ Plug-Ins/disabled
Press Enter and enter the
following command:
sudo mv / Library / Internet \
Plug-Ins/JavaAppletPlugin.plugin / Library / Internet \ Plug-Ins/disabled
Press Enter and enter the
following command:
Sudo ln-sf /
System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin
/ Library / Internet \ Plug-Ins/JavaAppletPlugin.plugin
To enable the Java SE 6 Web Start
issue the following command and press Enter:
sudo ln-sf / System / Library /
Frameworks / JavaVM.framework / Commands / javaws / usr / bin / javaws
To undo the above steps to
restore the Java 7 issue the following command in Terminal:
sudo ln-sf / System / Library /
Frameworks / JavaVM.framework / Versions / Current / Commands / javaws / usr /
bin / javaws
To enable Java 7 applet plug-in download
the latest version from here.
Post a Comment