How to turn off Java to improve security
The US Department of Homeland Security has just advised Internet users to turn off Java on their browsers. The reason given is that a lot of vulnerabilities in this tool can cause hackers to steal important information. Even Oracle made a similar announcement and promised to release a patch in the near future.
Based on Java vulnerabilities, individuals can conduct activities that are harmful to your computer. Even available kits are being sold online so anyone can do this by installing malicious software that steals information. Recently, Mozilla also defaults to blocking Java plug-in on Firefox version 18.0.
The easiest way for users to turn off Java on their own computer is on this software itself. Since Java 7u10 version, you can access the Security panel under Settings and uncheck the box " Enable Java content in the browser". This will immediately block any Java application from launching.
Alternatively, you can turn off Java on the browsers you are using.
Firefox
If you are using Firefox, go to Tools , then click Add-ons . When a dialog box appears, select Plugins. If you are using Windows operating system, select Java Platform and click the Disable button . If you are using Mac OS X, you can click the Disable button to turn off J ava Plug-in 2 for NPAPI Browsers or Java Applet Plugin . Also, disable the plugin called Java Development Toolkit.
Chrome
Type in the following address bar to see if Java is present on your browser. If yes, click the Disable button below to automatically turn off the entire Java and Java Development Toolkit plugins.
Safari
On Safari, you only need to do a single job to disable Java. In the Preferences section , access the Security panel , uncheck Enable Java to do so.
In addition, Apple has by default removed Java from OS X Lion and Mountain Lion operating systems with a software update in October.
Opera
For Opera, you can force this browser to ask your opinion whenever Java wants to launch at Settings. Then select Preferences , Advanced and select Enable plug-ins only on demand. However, this option will cause all plug-ins, not just Java, to ask you when they want to work. This can be annoying for some users.
Internet Explorer
In Microsoft's browser, Java disabled operations are a bit complicated because of the registry modification. You can create and run a .reg file as follows:
[HKEY_CLASSES_ROOTJNLPFile]
@ = "JNLP File"
"EditFlags" = hex: 00,00,00.00
The above code changes Internet Explorer security mode to consult you when Java wants to work. If you want to continue to disable it further, delete jp2iexp.dll file in the following directories:
C: Program FilesJavajdk {version} jrebin
C: Program FilesJavajre7bin
C: Program FilesOracleJavaFX {version} Runtimebin
Next, delete the .dll files whose names start with npjpi . For example, npjpi170_06.dll.
Delete all Java on the computer
The safest option is to completely remove the Java program on your computer. Windows users can go to Programs and Features or Add / Remove Programs , depending on the version of the operating system, to delete Java from the list of installed applications.
For Mac users, turn on the Finder and find JavaAppletPlugin.plugin and delete it in the trash. You need to have administrative privileges (Administrator) to perform.
You should read it
May be interested
- What is JAVA file? How to open, edit and convert JAVA filesa file with a .java extension is (or sometimes also used in .jav format) is a java source file written in the java programming language.
- eQuiz - Multiple choice quiz about JAVAfollowing are multiple-choice questions related to java programming language, there will be 23 questions in total with no answer for each time. let's get started!
- Download and install Java on the computerto program java on your computer, you need to install the java environment, this tutorial will show you how to download and install java on your computer.
- Basic Java exercises, with sample decodingto serve your java learning needs, tipsmake.com has synthesized some java exercises from many sources, including sample code (for some articles). hopefully it can be helpful to learn your java programming language.
- Which career Java programming options are waiting for you?java programmers are experts in the java programming language. as of 2018, there are many job opportunities for java programmers. with an expected growth rate of 19% for the period 2014-2024, the career prospects for the java language are really bright.
- How to install Java on a Raspberry Pithere are two different java implementations, oracle java and openjdk. this tutorial explains how to install java (openjdk) on a raspberry pi with the latest raspbian operating system running on it.
- How to Tune a Java Virtual Machine (JVM)the java virtual machine (jvm) runs your java programs. sometimes the default configuration that the jvm comes with may not be the most efficient for your program.
- What is the difference between Go and Java?is golang better than java? is golang harder than java? can golang replace java? this comparison will give you the answer.
- How to Fix Javajava is a computing platform that allows you to play games and view videos on your computer. you can tell that your computer is having problems with java if you see java errors appear when you try to run a program or visit a website that...
- How to Upgrade Oracle Java on Ubuntu Linuxthis document is intended to assist with the upgrade of the many new release versions of oracle java jdk/jre on ubuntu linux. every so often, due to bug fixes and security issues oracle releases updates to their version of the java...