zip file reading problem in jrockit 1.6.0_29
669971Oct 11 2012 — edited Oct 12 2012hello all,
i have zip file with the file name containing japanese chararactes (ex: 漾蹇黑.zip).When i am creating a zip file object of this it fails to read the file and throws out "FIle not found".
ex code:
File f = new File("c:/漾蹇黑.zip");
ZipFile zf= new ZipFile(f);
on further investigating we found that it problem only with jrockit but not with sun jdk.
Can anyone please throw some light on this.