On starting Confluence, do you see an UnsupportedClassVersionError error that causes Confluence to close, similar to the one below?
Cause: some.plugin.class.here: java.lang.UnsupportedClassVersionError: some/plugin/class/here (Unsupported major.minor version 49.0) |
This is caused by installing a plugin that requires a newer version of Java than the version you have currently installed. You can either install the latest JDK, or uninstall the plugin:
JDK 5.0 Update 8, the option without NetBeans or Java EE, and select 'Download'JAVA_HOME environment variable to the directory you just installed the JDK in. The default directory is under C:\Program Files\Java.One of the plugins you just installed will be the cause of the problem. Plugins are installed as JAR files, which you can manually remove. Your error message contains a plugin class that indicates which plugin is causing the problem. Known plugins are:
Plugin Class |
Plugin |
|---|---|
org/swift/confluence/table/CsvMacro |
The plugin JAR file will be in one of the following Confluence plugin directories:
Confluence Home/plugins
Confluence Install/confluence/WEB-INF/lib
To locate the plugin JAR and remove it: