I have downloaded MyEclipse Enterprise Workbench Version: 2015 CI 11.
I am trying to create Maven project, but do not get the option to choose compiler version 1.8 while creating the project. The only option I get are 1.4, 1.5 and 1.6.
If I modify the pom.xml, source and target to 1.8, then we get error in pom.xml
I am able to create a java project with default jre Java SE[1.8.0.31] and can also choose execution environment 1.7, 1.8.
Please let me know what I need to create maven project for 1.7 or 1.8?
thanks