]
Lincoln Baxter III updated FORGE-305:
-------------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
Forge should inform users when they are attempting to run on an
unsupported JRE version
---------------------------------------------------------------------------------------
Key: FORGE-305
URL:
https://issues.jboss.org/browse/FORGE-305
Project: Forge
Issue Type: Feature Request
Components: Init Scripts
Affects Versions: 1.0.0.Alpha1
Reporter: Lincoln Baxter III
Assignee: Lincoln Baxter III
Fix For: 1.0.0.Alpha3
*nix:
#-------------------------
JAVAVER=`$JAVACMD -version 2>&1`
case $JAVAVER in
*1.[6-9]*) ;;
*1.[1-5]*)
echo " Error: a Java 1.6 or higher JRE is required to run Forge; found [$JAVACMD
-version == $JAVAVER]."
exit 1
;;
esac
*windoze
#-----------------------
????
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: