[seam-issues] [JBoss JIRA] Created: (SEAMFORGE-25) Forge should inform users when they are attempting to run on an unsupported JRE version
Lincoln Baxter III (JIRA)
jira-events at lists.jboss.org
Tue Jan 11 12:08:27 EST 2011
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
Fix For: 1.0.0.Alpha2
*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: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list