Netbeans & J2SDK 1.4.2 compiling problem
I've just downloaded the Netbeans & J2SDK 1.4.2 bundle and when i go to compile my programs i get this dumb console compiling error:
javac: invalid target release: 1.6
Usage: javac <options> <source files>
where possible options include:
-gGenerate all debugging info
-g:noneGenerate no debugging info
-g:{lines,vars,source}Generate only some debugging info
-nowarnGenerate no warnings
-verboseOutput messages about what the compiler is doing
-deprecation Output source locations where deprecated APIs are used
-classpath <path> Specify where to find user class files
-sourcepath <path>Specify where to find input source files
-bootclasspath <path>Override location of bootstrap class files
-extdirs <dirs>Override location of installed extensions
-d <directory>Specify where to place generated class files
-encoding <encoding>Specify character encoding used by source files
-source <release> Provide source compatibility with specified release
-target <release> Generate class files for specific VM version
-help Print a synopsis of standard options
BUILD FAILED (total time: 0 seconds)
Anyone got any ideas or solutions?
Thanks in advance

