Showing posts with label Java 8 Update 64. Show all posts
Showing posts with label Java 8 Update 64. Show all posts

Thursday, October 22, 2015

How do I find the Java Control Panel in Windows 10?

Java is a key program which is widely used and you invariably need Java on your computer. Microsoft Windows is another equally important operating system and with Windows 10 and the new Microsoft browser, Microsoft Edge, one of course need to know about how Java works on Windows 10.

Finding Java Control Panel
Go to Control Panel | Programs
You will find Java

CPL_Java1.png
Click on Java. Java Control Panel opens as shown.

CPL_Java2.png

This is how it is registered in the Windows Registry.


CPL_Java3.png

This advice is from Java web site.
From Windows Search, type in Java. In the search results, select Configure Java. The Java Control Panel will appear.

Friday, July 3, 2015

What is Java Mission Control?


Java Mission Control provides you with the tool to troubleshoot your java applications. Using Java Mission Control(jmc) you can manage. monitor and profile Java Applications.

When you install(jmc)( this got installed when I did a Java Update to Java 8 Update 64). I had Java Updates 25 and 71 and these got removed by the Java 8 installed from here (http://java.com/en/download/manual.jsp).

By installing Java Mission Control, Java Flight Recorder Tool gets installed by default and it records the behavior of JVM at runtime and analyzes the records off line.

You can also install the JMX console that monitors the Java application at runtime and other specialized plug-ins to extend the functionality of JMC.

Here is the JMC UI.