Sites not working properly on my browser after upgrading to latest java version. |
|
i like this question
0 Like It
Follow
|
Screen dimensions are not correct and screen gets cut off at the edges.
Operating System:
Windows 7
Answer this question
|
best answer
|
|
Hi Mary,
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" |