java - Setting up Eclipse with JRE Path -


i have downloaded , extracted eclipse. have eclipse in following directory: c:\applications\eclipse. when try , run executable , following message :

no jre in system path

i have following folder:

c:\program files (x86)\java\jre7 

do need set environment variables windows 7 os eclipse run ? if , may please have ? if not , can please have eclipse run .

edit

i have changed shortcut include path virtual machine , , getting error :

http://www.canning.co.nz/eclipse/eclipse_message2.png

you can add line eclipse.ini :

-vm  d:/work/java/jdk1.6.0_13/bin/javaw.exe  <-- change jdk actual path -vmargs <-- needs after -vm <path> 

but it's worth setting java_home , jre_home anyway because may not work if path environment points different java version.

because next 1 complain maven, etc.


Comments