The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the JRE version in the JIRA installer?

MattS
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 Champions.
May 19, 2015

How can I find out which version of Java is bundled with the Linux installer for JIRA? And let's assume that I don't have access to a Linux server to test it on. I tried grep, I tried unpacking it manually

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Chander Inguva
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 Champions.
May 20, 2015

Hi Matt,

             Please go through the release document under jre folder. I am also attaching the screenshot along with the path.

File Location

Assuming JIRA Install Directory is under /opt/atlassian/jira
Execute the following command
 
cd /opt/atlassian/jira/jre
 
cat release

 

jira_jre_java_version.png

 

Please vote if this helps.

 

Cheers

Chander Inguva

MattS
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 Champions.
May 20, 2015

You had to run the installer to get that jre I think? I'm trying to find the JRE version without running the installer, just from the downloaded package

0 votes
László Kiss
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 28, 2024
0 votes
MattS
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 Champions.
May 21, 2015

I created a suggestion at https://jira.atlassian.com/browse/JRA-43493 to add the JRE version information to the existing README.txt file in the JIRA server tar.gz package

Comments for this post are closed

Community moderators have prevented the ability to post new answers.