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

[1252 byte] By [DannyKa] at [2007-10-3 9:22:05]
# 1
Does the other PC use the same jdk? Same OS?
zadoka at 2007-7-15 4:35:41 > top of Java-index,Developer Tools,Java Compiler...
# 2
yes
DannyKa at 2007-7-15 4:35:41 > top of Java-index,Developer Tools,Java Compiler...
# 3
Both computers have 1.5.0 update 9?
CaptainMorgan08a at 2007-7-15 4:35:41 > top of Java-index,Developer Tools,Java Compiler...
# 4
yes
DannyKa at 2007-7-15 4:35:41 > top of Java-index,Developer Tools,Java Compiler...