Link to home
Start Free TrialLog in
Avatar of ragonzal
ragonzal

asked on

java compiler problem

when I execute javac of jdk 102 the screen shows de next
error:
error: I/O error in sun.tools.zip.ZipEntry@ee199bb8.
            What is wrong?
Avatar of ragonzal
ragonzal

ASKER

none
Avatar of David Williams
 It could be possible that your classes.zip file is corrupted.  Are you able to easily re-install the JDK?  Alternatively, can you copy the classes.zip (in the JDK lib directory) to a scratch directory, and unzip it there (a good Unix unzip tool is InfoZip)?  If the unzip fails then it's definitely the classes.zip that is the problem.
ASKER CERTIFIED SOLUTION
Avatar of David Williams
David Williams
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial