Skip to Main Content

zip file reading problem in jrockit 1.6.0_29

669971Oct 11 2012 — edited Oct 12 2012
hello 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Nov 9 2012
Added on Oct 11 2012
11 comments
5,244 views