Information about reverting to Java 7 after installing Java 8
This article applies to:
- Java version(s): 7.0, 8.0
SYMPTOMS
Java applications and applets do not work with the latest version of Java 8.
CAUSE
Most applications written for earlier versions of Java will run without problems in newer versions of Java. However, there are some cases where choices made by the developer to tie an application to a specific Java version, or inability to update, can cause some applications not to work with the latest Java versions.
SOLUTION
Addressing these cases usually require changes by the application developer. If an application that you use does not work with Java 8, contact the application developer or provider of the Java application or applet you are trying to run and ask them for assistance supporting the latest major releases of Java.
Developers can review the Compatibility Guide for Java 8 for guidance on updating their applications.
RELATED INFORMATION