Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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 on Nov 9 2012
Added on Oct 11 2012
11 comments
5,307 views