java - Need to set java8 in codenameone project with IDE Myeclipse 2015 -
i need set java 1.8 in codenameone project ide myeclipse2015.
i have follow guidlines "https://www.codenameone.com/blog/java-8-support.html" , set project build path java1.8 , compiler java 1.8 , build.xml javac source , target 1.8.
also set build hint java.version=8
codenameone version using 3.5 , refreshed cn1libs also.
[javac] javac: invalid target release: 1.8 [javac] usage: javac <options> <source files>
still getting error while send ios app store build.
please suggest.
that means eclipse running under older version of java. need update eclipse.ini file use java 8 running eclipse itself. make sure using latest version of codename 1 plugin.
Comments
Post a Comment