0 votes
0
0
|
Hi Julia,
The latest version of Java is always the recommended version as it contains feature updates, vulnerability fixes and performance improvements to previous versions. You can find the Java version you are using by the following methods: Method 1. Starting with Java 7 Update 40, you can find the Java version through the Windows Start menu.
java -version in a Terminal window. If the installed version is 7u55, you will see a string that includes the text 1.7.0_55 . For example: java -version java version "1.7.0_55" |
0 votes
0
0
|
Hi Julia,
You can uninstall older versions of Java manually in the same way as you would uninstall any other software from your Windows computer. Older versions of Java may appear in the program list as J2SE, Java 2, Java SEor Java Runtime Environment. Windows 10 - Uninstall Programs
WINDOWS 7 AND VISTA - UNINSTALL PROGRAMS
WINDOWS XP - UNINSTALL PROGRAMS
I hope this helps. Regards, Ryan |