jdk1.5 compile error

Hello,

I am trying to install jdk1.5 and compile sample files, but after I installed jdk1.5 and set up classpath and path(this setting works in jdk1.4.2_06), I compile sample code Hello.java, I got the following error,

D:\Example\javac Hello.java

error: error reading c:\j2se\bin\javac.exe; java.util.zip.ZipException: error in opening zip file

1 error

D:\Example

This is my Hello.java

class Hello{

public static voic main(String[] args){

System.out.println("Hello world");

}

}

I'd appreciate if anyone could help me,

Thank you,

Tony

[626 byte] By [cartclt88a] at [2007-10-1 8:31:12]
# 1
The sounds like the 1.5 jdk has not been installed correctly or that it is not configured correctly.Try installing it again.
Peter-Lawreya at 2007-7-9 22:35:03 > top of Java-index,Administration Tools,Sun Connection...
# 2
DO NOT DUPLICATE YOUR POSTED QUESTIONS!
ChuckBinga at 2007-7-9 22:35:03 > top of Java-index,Administration Tools,Sun Connection...
# 3
Thank you peter,I am trying to get correct jdk1.5,Tony
cartclt88a at 2007-7-9 22:35:03 > top of Java-index,Administration Tools,Sun Connection...