upgrade eclipse to java 8 -
i trying update eclipse environment java 8. installed jdk , jre version 8. did this:
https://wiki.eclipse.org/jdt/eclipse_java_8_support_for_kepler
then in project -> properties -> java build path -> jre system libraries -> edit -> execution environment -> javase-1.8(unbound) option has java 8 in name. when select it says : no jres in workspace compatible specified execution environment: javase-1.8
go window | preferences
. under java | installed jres
, click "add", click "standard vm", "next", "directory", , find location installed jdk 1.8. lastly, make sure checkbox next it, on list of installed jres, switched on.
Comments
Post a Comment