Page History
Problem
After a clean install Jira of Jira 9.11 or above, Xporter is not able to generate reports.
...
To mitigate this issue, JAVA version needs to be set to JAVA 11.
| Panel | ||
|---|---|---|
| ||
Note: If JRE_HOME is not defined, Jira will define its value using the JAVA_HOME value. |
Specific actions per operating system:
Windows (manual start):
| Panel |
|---|
If the JAVA installed is JRE:
SET PATH="\path\to\new\jdk\bin or jre\bin;%PATH%"
|
Windows (Jira as a Service):
| Panel |
|---|
|
Linux/Unix:
| Panel |
|---|
For Linux/Unix based operational system, using manual start:
If the JAVA installed is JRE: If the JAVA installed is JDK:
|
Related articles
How to change the Java version used by Jira | Jira | Atlassian Documentation
...