Java: Difference between revisions

From Lifeguide Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
==What version of Java do I have?==
==What version of Java do I have?==
You can check what version of Java you have on Windows 10:
You can check what version of Java you have on Windows 10:
===Method 1===
===Method 1: Uninstall tool===
#Download and Run the Java uninstall tool:
#:https://java.com/en/download/help/uninstall_java.xml
#Select '''Next''' until you reach the page which reports your Java versions:
#:[[File:Javaunistall1.png|center|400px|alt=Java version uninstall tool]]
#'''Important''': Do not click next from this page if you have the right version!
 
===Method 2: Command line===
#Click on the ''start'' button
#Click on the ''start'' button
#Type '''cmd''' in the search bar
#Type '''cmd''' in the search bar
Line 15: Line 22:
#Type ''java -version''
#Type ''java -version''
#*The screen will output some information about the version and configuration of Java on your computer. Look for the relevant information in the format:
#*The screen will output some information about the version and configuration of Java on your computer. Look for the relevant information in the format:
#*: '''<code>java version "1.8.0"</code>''' or '''<code>JRE 1.8.0</code>'''
#*: '''<code>java version "1.7.0_79"</code>''' or '''<code>JRE 1.7.0_79-b15</code>'''
#*This means Java version 8 update 0
#*This means Java version 7 update 79
#:[[File:Javaversion1.png|center|600px|alt=Java version command line]]
#:[[File:Javaversion1.png|center|600px|alt=Java version command line]]


===Method 2===
===Method 3: Control panel===
#Go to the '''Control panel'''
#Go to the '''Control panel'''
#*You can do this by typing ''control panel'' in the search bar or selecting it from the start menu
#*You can do this by typing ''control panel'' in the search bar or selecting it from the start menu
Line 29: Line 36:




==Uninstalling Java==
''Accurate 21/11/16''


The easiest way to manage your versions of Java is by using the Java uninstall tool:
https://java.com/en/download/help/uninstall_java.xml




 
==Installing Java 7 32-bit==
==Uninstalling Java== ''Accurate 21/11/16''
 
https://java.com/en/download/help/uninstall_java.xml

Revision as of 11:42, 21 November 2016

LifeGuide requires Java Version 6 or Version 7, 32-bit. This will probably require you to uninstall Java 8.

N.B. The version of Java does not relate to the version of Windows that you are using, so if you have Windows 64-bit, you can still use the 32-bit version of Java.

Please restart LifeGuide before trying to preview your intervention again.

You do not need an internet connection to view your intervention in Preview mode.

What version of Java do I have?

You can check what version of Java you have on Windows 10:

Method 1: Uninstall tool

  1. Download and Run the Java uninstall tool:
    https://java.com/en/download/help/uninstall_java.xml
  2. Select Next until you reach the page which reports your Java versions:
    Java version uninstall tool
  3. Important: Do not click next from this page if you have the right version!

Method 2: Command line

  1. Click on the start button
  2. Type cmd in the search bar
  3. Select cmd.exe
  4. Type java -version
    • The screen will output some information about the version and configuration of Java on your computer. Look for the relevant information in the format:
      java version "1.7.0_79" or JRE 1.7.0_79-b15
    • This means Java version 7 update 79
    Java version command line

Method 3: Control panel

  1. Go to the Control panel
    • You can do this by typing control panel in the search bar or selecting it from the start menu
  2. Select Java
    • Important: If Java is not an option in the control panel, no version of Java is installed on your computer.
  3. Under the General tab, select About...
  4. The pop-up window will report the Java version:
    Java version control panel


Uninstalling Java

Accurate 21/11/16

The easiest way to manage your versions of Java is by using the Java uninstall tool: https://java.com/en/download/help/uninstall_java.xml


Installing Java 7 32-bit