I have set my Java Compiler in SpringSource Tool Suite 2.6.0.RELEASE (build 201103161000) to jdk 1.5, the JVM 1.5.0 (OS X default) is the only jre checked at "Installed JRE's", and under "Execution Environment" the JavaSE-1.6 has no compatible JRE visible while J2SE-1.5 have the JVM 1.5.0 checked.
Yet, when I make a new Spring Roo project STS will instruct Roo to make the project with the option "-java 6" and in the properties STS have set project specific settings to jdk 1.6.
It works like this up until that I redo the same settings (unchecking and rechecking for instance). Only then is my jdk settings respected at Roo project creation.
JIRA: Spring Roo creation process doesn't respect jdk version settings of Java Compiler


Reply With Quote