Compiler Error with javac
Hello,
I have a problem with my compiler.
I have installed jdk-1_5_0_09-windows-i586-p-iftw.exe
I have set the Path to the bin directory.
But if I do javac Test.java in the cmd I get the following error msg
The programm code is ok I have tested it on an other PC with Java.
An exception has occurred in the compiler (1.5.0_09). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
java.lang.NoClassDefFoundError: java/nio/charset/UnsupportedCharsetException
at com.sun.tools.javac.parser.Scanner$Factory.newScanner(Scanner.java:72
)
at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:254)
at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:281)
at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:399)
at com.sun.tools.javac.main.Main.compile(Main.java:592)
at com.sun.tools.javac.main.Main.compile(Main.java:544)
at com.sun.tools.javac.Main.compile(Main.java:67)
at com.sun.tools.javac.Main.main(Main.java:52)
Thanx for help
Danny

