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

