how do I update my studio creator from source 1.4 to 1.5

every time I try to make a foreach loop this message followsfor-each loops are not supported in -source 1.4(try -source 1.5 to enable for-each loops)how can I get source 1.5
[208 byte] By [_bamse_] at [2007-11-26 8:53:10]
# 1

Please see this FAQ "Does Java Studio Creator support Java 5?"at http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/configura tion/index.html

Does Java Studio Creator support Java 5?

The Java Studio Creator IDE does run on the Java 5 platform, however all web applications are constrained to being compiled and run with a target Java 1.4 platform.

For a Java Class Library project, it is possible to choose a target platform of 1.2, 1.3, 1.4, or 1.5 ... but only 1.4 libraries will work with a Java Studio Creator generated application.

Also: http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=59829

btw, <creator_userdir>/build.properties defines the user properties and defines the variable "default.javac.source" which is set to 1.4 by default. Not sure if changing it to 1.5 helps...

KarthikR at 2007-7-6 22:47:14 > top of Java-index,Development Tools,Java Tools...