Upgrade Java Version

Dnyaneshwar Borase August 23, 2016

Hi,

I have installed JAVA upgrade version on server & old JAVA version is installed on JIRA 7.1.I want to install upgrade version on JIRA7.1  then how to integrate Java version with JIRA 7.1 & server.Please guide me on this.

2 answers

2 votes
Konstantin Mitov [Botron]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2016

Hi Swapnil,

You need to install the version of the JDK you want to use and then set JAVA_HOME env. variable to point to it and then the Atlassian SDK will use that version of the JDK. Keep in mind that JIRA6 was dependant on java7, but JIRA7 depends on java8 and you might also need to update your Atlassian SDK if it's an older version.

https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project

Regards,

Kosio

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 23, 2016

If you change the setenv.sh file, you can tell it to stop using the bundled java installation and use the one you have installed.  Just make sure it's a supported version (from memory JIRA 7 must be run on Oracle Java 1.8 )

Suggest an answer

Log in or Sign up to answer