Analysing the script /usr/libexec/eselect-java/run-java-tool.bash I realised that itweb-javaws is hardcoded:
Code: Select all
if [ "${tool}" = "javaws" ] && [ -x "/usr/bin/itweb-javaws" ]; then
exec "/usr/bin/itweb-javaws" "${@}"
fi
Thanks for any clarification about this implementation in the mentioned script.
The ebuild that installs the script is app-eselect/eselect-java and I would like to change this script to also set javaws when predefining jvm.

