Hi all, I get the following error when building a J2ME app:
Something's obviously wrong with the Java version. I have Java 1.6.0_05 installed, though. I had an older version of Java installed previously, if that matters.
How do I fix this error?
C:\Documents and Settings\xpd\j2 mewtk\2.5.2\app s\Test\src\MyTe st.java:86: for-each loops are not supported in -source 1.3
(use -source 5 or higher to enable for-each loops)
(use -source 5 or higher to enable for-each loops)
How do I fix this error?
Comment