*Output for echo %JAVA_HOME%:* C:\Program Files\Java\jdk1.7.0_55
Few hours back on knowing that I am using java 7 instead of java 8 i updated my java. Then checked the version through cmd which showed 1.8 Do I need to download java 8 again and configure it ? Why didn't the update work ? On 21 March 2015 at 22:11, siddharth gupta <[email protected]> wrote: > Thanks for replying. > > *Output:* > java version "1.8.0_40" > Java(TM) SE Runtime Environment (build 1.8.0_40-b26) > Java HotSpot(TM) Client VM (build 25.40-b25, mixed mode) > > Regards, > Siddharth Gupta. > > > On 21 March 2015 at 21:52, Anshum Gupta <[email protected]> wrote: > >> How did you check the version? Your JAVA_HOME needs to point to Java 8 if >> you're building off trunk. >> It would help if you copy + paste the output of : >> >> 1. echo $JAVA_HOME >> 2. java -version >> >> >> On Sat, Mar 21, 2015 at 9:17 AM, siddharth gupta < >> [email protected]> wrote: >> >>> hello, >>> >>> I am a newbie in contributing to open source projects. >>> >>> Can anyone help me how to build the project ? when i do the same using >>> ant, it says java 1.8 or higher required. Although when i checked java >>> version it was already 1.8. >>> >>> Thanks & Regards, >>> Siddharth Gupta. >>> >>> >> >> >> -- >> Anshum Gupta >> > >
