aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* src/scripts/run-java-tool.bash.in: clarify tool availabilityGeorgy Yakovlev2020-09-171-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* src/scripts/run-java-tool.bash.in: fix shellcheck issuesAustin English2016-11-281-1/+2
|
* src/scripts/run-java-tool.bash.in: replace `which` with `command -v`Austin English2016-11-281-1/+1
| | | | | | | | | which is an external binary and may not be installed on all systems. command is a shell builtin, and more likely to be available. Based on a patch by Manuel RĂ¼ger <mrueg@gentoo.org> Gentoo-Bug: https://bugs.gentoo.org/599392
* Correct some outdated URLsJames Le Cuirot2016-01-011-1/+1
|
* Treat javaws as a special case in run-java-toolJames Le Cuirot2015-12-311-1/+6
| | | | | | | | | We used to have to install dangling symlinks with icedtea(-bin) pointing to a subsequent installation of icedtea-web. This was convoluted and didn't make sense as Oracle's VM can also be used against icedtea-web. Now we always run icedtea-web's javaws if it is installed. Those wanting Oracle's javaws can simply uninstall icedtea-web.
* Utilise the VM's PATH variable in run-java-toolJames Le Cuirot2015-12-311-9/+14
| | | | Continue to fall back to bin and jre/bin just in case.
* Make run-java-tool.bash POSIX-compliantJames Le Cuirot2015-12-311-18/+16
| | | | But keep the .bash extension to avoid breaking existing systems.
* Prefixify run-java-toolRalph Sennhauser2013-02-131-4/+4
| | | | svn path=/projects/eselect-java/trunk/; revision=9207
* Import run-java-tool and install location to pkglibexecdir instead of bindirRalph Sennhauser2013-01-191-0/+50
svn path=/projects/eselect-java/trunk/; revision=9152