You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jikes/files/jikes

17 lines
381 B

#!/bin/bash
#
# Copyright (c) 2005, Thomas Matthijs <axxo@gentoo.org>
# Copyright (c) 2005, Gentoo Foundation
#
# Licensed under the GNU General Public License, v2.
#
[[ -z ${BOOTCLASSPATH} ]] && export BOOTCLASSPATH=$(java-config-2 --runtime)
if [[ -z "${BOOTCLASSPATH}" ]]; then
echo "!!! Could not find runtime classes" > /dev/stderr
exit 2
fi
exec /usr/bin/jikes-bin "$@"