How to Disable Java
Part 1 of 4:
Disabling Java System-Wide
- Close any open browser windows. This will help ensure that there are no conflicts when closing Java.
- Open the Java Control Panel. You can find this Control Panel in both Windows and Mac:[1]
- Windows - Open the Control Panel from the Start menu. Windows 8.1 users can right-click on the Start button. Switch the Control Panel view to Large icons or Small icons using the drop-down menu in the upper-right corner. Select the Java option to open the Java Control Panel.
- Mac - Click the Apple menu and select System Preferences. Click the Java icon to open the Java Control Panel.
- Open the Security tab. You can select this at the top of the window.
- Uncheck the "Enable Java content in the browser" box. This will disable Java. Click the Apply button to save the changes.
- Continue to disable Java in your browser. Use the instructions in the sections below to completely disable Java. If you are using Internet Explorer, Java will be completely disabled after performing the steps above.
Part 2 of 4:
Disabling Java in Chrome
- Open Chrome and type .chrome://plugins/ into the address bar. This will load the Chrome plugins list.
- Click the Disable link in the "Java(TM)" section. This will disable Java.[2]
- Restart Chrome. This will ensure that your settings take effect.
Part 3 of 4:
Disabling Java in Firefox
- Open Firefox and type .about:addons into the address bar. This will load the Firefox add-ons manager.
- Select the "Plugins" section. This will list all of your installed plugins.
- Find the "Java (TM) Platform" entry. Set the drop-down menu to "Never Activate". The word "(disabled)" will appear next to the "Java (TM) Platform" entry.
- Restart Firefox. This will ensure that your settings take effect.[3]
Part 4 of 4:
Disabling Java in Safari
- Click the "Safari" menu and select "Preferences".
- Click the "Security" tab. Click the Manage Website Settings... button.
- Select "Java" from the left frame. This will load a list of sites that Java is currently allowed on.
- Click the "When visiting other website" pop-out menu and select "Block". This will disable Java on any website that isn't on the list. Click Done when you're finished.[4]
- Restart Safari. This will ensure that your settings take effect.
4 ★ | 1 Vote
You should read it
- What is JAVA file? How to open, edit and convert JAVA files
- Oracle wants to turn Java EE into fully open source
- Instructions on how to run / open Java files (.jar)
- How to Get Rid of Java Update Notifications
- How to Download Eclipse
- What is Java? Why choose Java?
- How to Run a .Jar Java File
- How to Check Java Version on a Mac
May be interested
- How to Manipulate Strings in Javastrings are sequences of characters. for example, 'hello!' is a string because it is made up of the characters 'h', 'e', 'l', 'l', 'o', and '!'. in java, strings are objects, which means that there is a string class that has fields and...
- How to Set Up a Java Programming Environmentjava is a popular and long-standing programming language, used by large and small, new and old companies alike. setting up your computer to run java for the first time can be a mild hassle. this wikihow will detail how to configure the...
- How to Make a GUI Grid in Javathe grid does nothing special at this stage, but with a little bit of research, you can add action listeners and a bit of logic to make a simple 2d game like tic-tac-toe, or more complicated ones like battleship. note: this article uses...
- How to Enable Javajava is a programming language and platform commonly used in a number of websites and applications. when java is not enabled, you can experience difficulty with viewing or using certain websites and applications. to use java, you must have...
- How to Get Rid of Java Update Notificationsthis wikihow teaches you how to prevent java from sending update notifications every time you log into your computer. open the java control panel. to do so:
- How to Create a Java Class in Netbeans to Compute the Area of a Triangle Using Heron's Formulathis guide will walk you through the steps need to compute the area of a triangle using the heron's formula in netbeans. you may use any ide you like, but this tutorial will be using netbeans and oracle's java jdk 8u101. download and...