GitHub user tjakway opened a pull request:
https://github.com/apache/lucene-solr/pull/405
don't die when java prints tool options
If you have JAVA_TOOL_OPTIONS set (e.g. in my .profile, `export
JAVA_TOOL_OPTIONS="-Dfile.encoding=\"UTF-8\"
-Dawt.useSystemAAFontSettings=on"`) you get a confusing message about having
the wrong version of java installed because the launch script only looks at the
first line of the output of `java -version`. Simple 1-liner fix.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tjakway/lucene-solr master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/405.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #405
----
commit 2b4f25f8e6a413cd8911640579f8c19f8c4caf59
Author: Thomas Jakway <tjakway@...>
Date: 2018-06-17T23:31:19Z
don't die when java prints tool options
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]