Hello everyone,
I installed jdk1.5.0_06 and as per sun installation guide i added java\jdk1.5.0_06\bin etc. to class path.
I tried the following commands at command promt c:\>
java - verion and it's worked.
when i tried c:\> javac
it is giving 'javac' is not recognized as an internal or external command,operable program or batch file.
if i tried it at promt C:\Program Files\Java\jdk1.5.0_06\bin> javac it is giving all it's options.
if i try C:\Program Files\Java\jdk1.5.0_06\bin> javac hellowworld.java
It is giving
"error: error reading C:\Program Files\Java\jdk1.5.0_06\bin\javac.exe; error in opening zip file"
Why i can't compile a program? I added every thing to classpath.
Please help me . I'm desparate to get it done.
thanks,
Sapna