[
https://issues.apache.org/jira/browse/ARTEMIS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic updated ARTEMIS-698:
------------------------------------
Fix Version/s: 1.5.0
> Try to cope with systems without "which" for finding java
> ---------------------------------------------------------
>
> Key: ARTEMIS-698
> URL: https://issues.apache.org/jira/browse/ARTEMIS-698
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 1.5.0
> Reporter: Ville Skyttä
> Priority: Minor
> Fix For: 1.5.0
>
>
> The artemis shell scripts fail to find java if JAVA_HOME is not set and
> "which" is not installed. Shell built-ins can be used as fallbacks in that
> case:
> - for zsh: whence -p (type -p exists but output is not appropriate)
> - for bash and ksh: type -p
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)