Hello,
Even if I have installed on my Mac the latest java plug-in this error keeps to appear every time I want to open some apps from my Verizon modem. Is there a way to fix this error ? Why nothing seems like to work on my laptop anymore ?
Thanks !
To use applet from “my.verizon.com” you need to download the Java plug-in.
Click More info to visit the plug-in website.
Verizon modem cannot recognize java plug-in
If your web browser keeps on telling you to install the Java plug-in, make sure you have installed the latest version of Java Runtime Environment. If you don’t have the latest version, download and install Java SE Runtime Environment 7u67. Once installed, try doing the Verizon broadband speed test again and see if this will work.
On the other hand, if you already have Java Runtime Environment 7 but you don’t want to use it and instead use and re-enable the Java SE 6 web plug-in and Web Start functionality provided by Apple, open Terminal available in the Utilities folder then enter the following command and then hit Enter:
-
sudo mkdir -p /Library/Internet Plug-Ins/disabled
After that, enter the following command and then press Enter:
-
sudo mv /Library/Internet Plug-Ins/JavaAppletPlugin.plugin /Library/Internet Plug-Ins/disabled
Next, enter the following command then hit Enter:
-
sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
Finally, enter the following command then press Enter. This will re-enable Java SE 6 Web Start:
-
sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws