if your JAVA_OPTS is installed on Windows then simply:
echo %JAVA_OPTS%
in linux
echo "$JAVA_OPTS"
but it is possible that it is installed first in your standalone.bat file. Then it is valid only for the standalone.bat (.sh) file runtime, and you can find its value in this file.
hope i can help
source
share