[
https://issues.jboss.org/browse/FORGE-305?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III updated FORGE-305:
-------------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 1.0.1.CR1
Resolution: Done
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.1.CR1, 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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira