[forge-dev] [JBoss JIRA] Updated: (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
Mon Mar 7 19:08:45 EST 2011


     [ https://issues.jboss.org/browse/SEAMFORGE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list