You can click on Search present on taskbar or press Ctrl + Q.
Search "Configure Java" and click on it.
That should open the Java Control Panel.
Cannot uninstall or update Java. Blank page icon in control panel. Windows 11 home.
Java control panel is suddenly gone from computer'
Anything to disable in java control panel?
Ex. Javascript in browser etc
Yes, disable JavaScript in the browser. It saves you from all the flashy ads and tracking.
More on reddit.comCannot locate Java on my computer
Videos
You can click on Search present on taskbar or press Ctrl + Q.
Search "Configure Java" and click on it.
That should open the Java Control Panel.
Right-click on the Start button and select the Control Panel option. In the Windows Control Panel, click on Programs. Click on the Java icon to open the Java Control Panel.
Issue: Cannot update or uninstall java, current version may be broken.
Windows version: 11 home version 23H2
Current Java version: 17.0.11+7-LTS-207
----------
Steps taken: (bolding for skimmers)
-
Need to open a jar file. Jar file has a blank page icon. Double click to open, asks which program I'd like to run it with, defaults on java with a window icon. Nothing happens.
-
When I say nothing, I mean nothing. No window pops up, computer doesn't stutter, just nothing.
-
-
Figure updating java is the issue, so I download latest version installer, "jre-8u461-windows-x64.exe", I run it, asks for admin rights, I click yes, nothing happens.
-
Check current version with windows CMD terminal "java -version" and it lists 17.0.11+7-LTS-207.
-
Downloaded the dev kit, "jdk-24_windows-x64_bin.exe", run, asks for admin rights, I click yes, nothing happens.
-
Try again, but by right clicking to run as administrator, same results.
-
Download java uninstaller "JavaUninstallTool.exe", same results.
-
Restart computer, same results.
-
Go to control panel, Java option has a blank page icon. Try opening a window pops up titled "All control panel items" with text "Application not found" with just an "ok" button.
-
Googled the problem, some list a slash problem but didn't list how to diagnose or resolve the problem.
-
Came here, use the search to look within techsupport, best I could find was this, but his results were a bit different (a window pops up for a second after trying to launch a jar file) and I don't like jamming things into terminal without knowing what they are.
-
I made a post here that didn't get any traction (I blame putting minecraft in the title.) I have since deleted that post as to avoid any confusion.
-
I went to r/javahelp and they would not help me (Definitely because I put minecraft in the title, they told me so.)
-
I went to r/minecraft and they have responded but so far it hasn't been very helpful. I figured while I see if that might be fruitful, I'd try and reformat my post here without. (Link to post)
Sorry for withholding that this issue is related to minecraft. People tend to see minecraft and immediately go to "Oh, so this is a child." I am a 38 year old man, and this problem is well outside of a minecraft problem. This is potentially a huge security risk and my only current course of action is at the very least a soft reformat. I'd like to avoid that if at all possible.
Is there a program ANY WHERE that will replace Java? I have nothing but problems with it ... I thot it was an Oracle problem but did Microsoft purchase it. My problem is that I'm OLD and cannot concentrate on a billion instructions, especially not as confusing as the instructions for Java AND it would help if the java updates would work ... everything on my computer works flawlessly, except Java. I'll pay someone to get it out of my computer and install a program that WORKS ... plus Java is full of bugs ... and the updates don;t work so it is destroying my security. Help Mr. Wizard please make EVIL MICROSOFT go away and bring NICE Microsoft, back when it worked ...
Sorry that didn't work for you. Have you tried to find Java manually by searching in Explorer for "Java" at the "C:\ " level, e.g., open Explorer, click on your C:\ drive and entering "Java" in the search dialog box? It seems that you must have loaded it in a different folder than Program Files (x86)\Java. Hope you have better luck taking this approach.
I've just download the latest version of java and am wondering if there are anything in the java control panel that I need to disable.
Ex. Javascript in browser etc
I downloaded and installed Java to help a friend test a program (a version of the Shimeji desktop companion) they were working on.
As expected, the program did not launch before installing Java. After I installed Java, it worked perfectly. This should demonstrate I did install Java and it is currently in the machine.
After completing the test I wish to remove Java as I am not using it. However, I cannot locate it anywhere. The install wizard, which can be run to uninstall Java, says "no Java installation is detected on this system" when propted to remove Java. I cannot locate any Java folder in C:\Program Files or C:\Program Files(x86). I cannot locate the Java Control Panel anywhere. For all intents and purposes, it seems like Java is not installed, except that it is because I can still run the program my friend is making. I am running Windows 11 Home.
Thanks in advance to anyone who might read this and help out
Update: Microsoft has published KB 2751647 which describes the necessary settings:
http://support.microsoft.com/kb/2751647
For these scenarios, I usually just take a before/after snapshot using reg.
REG EXPORT HKLM HKLM-Before.txt
REG EXPORT HKCU HKCU-Before.txt
Make the configuration setting changes...
REG EXPORT HKLM HKLM-After.txt
REG EXPORT HKCU HKCU-After.txt
Then using a decent text editor like Notepad++ with the Compare add-in to identify the differences in each before/after file set.
If you have both x86 and x64 platforms, you will most likely need two different sets of registry values and GPO's, as almost everyone uses 32-bit java even if the platform is x64.
I found a change under:
HKEY_CURRENT_USER\Software\AppDataLow\Software\JavaSoft\DeploymentProperties\
A key was added:
deployment.webjava.enabled - REG_SZ - false

