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.

Answer from Pratik on Stack Overflow
🌐
Oracle
java.com › en › download › help › win_controlpanel.html
Where is the Java Control Panel on Windows?
Starting with Java 7 Update 40, you can find the Java Control Panel through the Windows Start menu.
Discussions

Java Control Panel - Apple Community
I remember I could access the Java Control Panel from the System Preferences, but now the Java icon seems disappeared and I cannot find it anywhere, not even in the Application Folder. More on discussions.apple.com
🌐 discussions.apple.com
May 28, 2021
Java control panel is suddenly gone from computer'
Thanks Bear Pup for your help. I tried what you said, but it didn't solve my problem. I still get the same message that windows cannot find c:program files(x86)\java\jre7\bin\javacpl.exe). Java control panel is still missing. Thanks anyway, I appreciate your help. More on learn.microsoft.com
🌐 learn.microsoft.com
6
113
Can't find Java control panel
You said you did the JAVA_HOME thing, what exactly did you do? More on reddit.com
🌐 r/javahelp
4
2
June 4, 2022
MacOS Java Control Panel Missing on Mojave - Stack Overflow
I recently updated to Mojave and updated to Java 11 JDK and noticed that my Java Control Panel in my System Preference is missing. I tried doing a general search for it but nothing shows up. I also... More on stackoverflow.com
🌐 stackoverflow.com
Top answer
1 of 2
2

The only solution that I have come up with in a similar situation: to uninstall & re-install Java.

It's possible that this issue has something to do with what happens when Java update loads a new version to your system. I am saying this because Java by default tends to install itself into directories where the directory name has the version number. So a change in version number => changes the installation directory => may have an effect on some paths were system expects to find Java.

I am not sure if this is the cause however but so as to remove that possibility, when I re-installed Java I created a custom directory C:\Program Files\Java\JDK (this was the 64-bit version; a 32-bit version should have been placed in C:\Program Files (x86)) and directed the installer to put everything in that directory (instead of its default which would have been something like: C:\Program Files\Java\jdk_1.8.0.66).

If you are installing just the JRE then the custom path could be something like C:\Program Files\Java\JRE (instead of the default C:\Program Files\Java\jre8).

When you uninstall Java, make sure that:

  • The Java directories (in either C:\Program Files (x86)\Java or C:\Program Files\Java) are actually deleted by the uninstaller. If not, it's better to delete them manually (since you will be re-installing them anyway, this should be fine).
  • Any environment variables (e.g. JAVA_HOME, PATH, etc) that refer to the old location actually point to the new location
2 of 2
1

I had the same problem. Just copied javacpl.cpl from C:\Program Files (x86)\Java\jre1.8.0_92\bin\javacpl.cpl to C:\Windows\SysWOW64\. Next time I opened the control panel the Java applet was visible again.

🌐
Windows Report
windowsreport.com › windows 11 › how to › java application not found in control panel [fix]
Java Application Not Found in Control Panel [Fix]
October 4, 2023 - Type control in the search bar and hit Enter to open the Control Panel window. Now, set the View by field to Category and click on Programs. Click on the Java icon to open the Java Control Panel.
🌐
Apple Community
discussions.apple.com › thread › 252798318
Java Control Panel - Apple Community
May 28, 2021 - apparently Java doesn't provide anymore a Control Panel and to know which version of Java you are running you need to use the Terminal app:
🌐
Reddit
reddit.com › r/javahelp › can't find java control panel
r/javahelp on Reddit: Can't find Java control panel
June 4, 2022 -

When I go to the control panel, I click programs and when I click Java, it says application not found. Please help. the reason I wanted it was because I needed to update my java version and when I go to the command prompt and run java --version , it shows the un-changed version from before I downloaded it from the Oracle website. I don't really know anything about this stuff and it really confuses me. I could open it before this happened too, and I did the JAVA_HOME thing but it didn't seem to do anything. When I went to open the panel again, it gave me the error.

Top answer
1 of 2
3
You said you did the JAVA_HOME thing, what exactly did you do?
2 of 2
1
Please ensure that: Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions You include any and all error messages in full You ask clear questions You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions. Trying to solve problems on your own is a very important skill. Also, see Learn to help yourself in the sidebar If any of the above points is not met, your post can and will be removed without further warning. Code is to be formatted as code block (old reddit: empty line before the code, each code line indented by 4 spaces, new reddit: https://imgur.com/a/fgoFFis ) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc. Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit. Code blocks look like this: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above. If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures. To potential helpers Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
Find elsewhere
Top answer
1 of 2
22

Here's a solution that worked for me:

  1. Open a new finder window and navigate to /Library/Internet Plug-Ins/. There you will find a file named JavaAppletPlugin.plugin.
  2. Control + Click this file and choose Show Package Contents from the contextual menu.
  3. Inside the package, navigate to /Contents/Home/bin/.
  4. Double click the ControlPanel file to display the Java Control Panel. Change any settings as you wish and then save it.
  5. From now on, the panel will be available as always from “Apple” menu > System Preferences...

Note: if you don't find the JavaAppletPlugin.plugin file inside the /Library/Internet Plug-Ins/ folder, open the Terminal.app and create a symlink from the original:

sudo ln -s /System/Library/Java/Support/CoreDeploy.bundle/Contents/JavaAppletPlugin.plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin

Reference

2 of 2
18

They removed Java Control Panel in Java 11.

Open this release notes Removal of Java Deployment Technologies, it says

The Java Plugin and Java WebStart technologies that were deprecated in JDK 9 and marked as candidates for removal in JDK 10 have now been removed. Please note that the Java Control Panel, which was used for configuring the deployment technologies, has also been removed along with the shared system JRE (but not the server JRE) and the JRE Auto-Update mechanism. More details are available in this white paper.

Also, If you go through this web page, JDK 11 Is Released!

There is the last bullet point where it says

The deployment stack, required for Applets and Web Start Applications has been removed. This includes the Java Control Panel used for configuring the deployment technologies, the shared system JRE (but not the server JRE), and the JRE Auto-Update mechanism.

🌐
Oracle
docs.oracle.com › javase › 7 › docs › technotes › guides › jweb › jcp › jcp.html
Java Control Panel
On Microsoft Windows, if both the 32-bit and 64-bit versions of Java are installed, this panel is not available. In this event, you have to launch the Java Control Panel directly from the 32-bit directory command line (C:\Program Files (x86)\Java\jre7\bin\javacpl.exe).
🌐
Quora
quora.com › Where-is-the-Java-Control-Panel-in-Windows-10
Where is the Java Control Panel in Windows 10? - Quora
Answer (1 of 2): The steps that i given to you ,then you use these steps to find the java control panel in windows 10:- 1-Right-click on the Start button and select the Control Panel option. 2-In the Windows Control Panel, click on Programs. 3-Click on the Java icon to open the Java Control Pa...
🌐
Apple Community
discussions.apple.com › thread › 4713857
Java Control Panel missing - Apple Community
January 16, 2013 - As you are probably aware, in System Prefs there is a Java Pref-pane, which upon opening should open a separate Java Control Panel; something I remember seeing earlier. Now only the first pane opens, with the message that the Control Panel should open in a separate window. This just does not happen, and neither does the button which should re-open the Panel have any effect. I strongly suspect that this missing Panel is related to why Java does not work, even though I have installed the latest update.
🌐
Oracle Community
community.oracle.com › tech › developers › discussion › 4302239 › java-7-231-control-panel-missing
Java 7.231 Control Panel missing - Oracle Forums
November 21, 2019 - We currently use an Oracle Forms system using Java 6.45 on the clients. We are wanting to upgrade to 7.231. The required changes have been made at the server side but when it comes to installing Jav...
🌐
Apple Community
discussions.apple.com › thread › 255222098
Java Control Panel missing in Sonoma - Apple Community
Based on the following, the Java Control Panel was deprecated at Java 9 and removed at Java 11: ... This is all so far back that Oracle has removed some of the links referenced there, so you’ll need to look elsewhere (in Archive.org or such?) for older copies.
🌐
Windows 10 Forums
tenforums.com › software-apps › 68463-update-tab-missing-java-control-panel-version-8-update-11-64-bit.html
Update tab missing from Java Control Panel Version 8 Update 11 64-bit Solved - Windows 10 Forums
October 30, 2016 - Hi Guys, This one has been bugging me for the past few updates for Java Version 8 - the "Update" tab is missing for the Java Control Panel program. This was (apparently) a bug in earlier version, but is supposedly fixed. I'm running Windows 10 Pro 64-bit and have had this issue with at least the last three updates to the Java JRE Version 8 64-bit.