How to Use System JRE Instead of Embedded JRE
This article only applies to JIRA versions prior to JIRA 6.4. If you're on a version of JIRA equal to or higher than 6.4, this article does not apply.
JIRA installer comes with its own JRE, hence JIRA won't use system JRE when its run. If you want to configure JIRA to use system JRE please follow the steps below:
- Jira をシャットダウンします。
- Edit
<JIRA_Installation_Directory>/bin/catalina.bat or catalina.sh
on your favorite text editor Input the following lines:
For catalina.bat after the line "@echo off":
SET JRE_HOME="<Full Path of Your JRE Directory>"
For catalina.sh after the line "#!/bin/sh":
JRE_HOME="<Full Path of Your JRE Directory>"
- Change the
JRE_HOME
value with the absolute path of your system JRE. - 保存します。
- Jira を再起動します。
方法
Please check your System Information page (JIRA Admin > System Information
) and see if JIRA run in this JAVA version instead of the installed JRE on your system
最終更新日 2018 年 5 月 8 日
Powered by Confluence and Scroll Viewport.