]
Lincoln Baxter III updated SEAMFORGE-25:
----------------------------------------
Fix Version/s: 1.0.0.Alpha3
(was: 1.0.0.Alpha2)
Forge should inform users when they are attempting to run on an
unsupported JRE version
---------------------------------------------------------------------------------------
Key: SEAMFORGE-25
URL:
https://issues.jboss.org/browse/SEAMFORGE-25
Project: Seam 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.
For more information on JIRA, see: