Why doesn't eclipse notice I have updated Java -


i downloaded eclipse said running wrong java in running java 6 vm , required java 7 vm updated java 7 , re-ran program , still said running java 6. please help, im missing simple don't realize yet.

you not setting java on project properly. right click on project , choose properties , on opening dialog choose java build path picture below

enter image description here

then choose libraries tab , click on jre/jdk , hit edit button change jdk/jre picture below

enter image description here

if have desired java version in drop down select otherwise click on installed jres , add desired jre/jdk path

enter image description here

and hit ok , save project. should after eclipse rebuilds project


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -