Opened 13 years ago

Closed 13 years ago

#144 closed defect (wontfix)

currency.data file could not be read

Reported by: salimasan Owned by:
Priority: Feedback Pending Milestone: Enhanced
Component: general Version: 1.6.0-b22 GA
Severity: medium Keywords:
Cc: koray.gecici@…

Description

"currency.data" file could not be read in OS/2 Warp 4.5
This is because of 3 character extension limitation of OS/2 I guess.

Exception message:
java.io.FileNotFoundException: C:\OPENJDK6\JRE\lib\currency.data (File name is too long)

Thanks..

Change History (3)

comment:1 by Silvan Scherrer, 13 years ago

Priority: majorFeedback Pending

your c partition has which filesystem? as java only supports hpfs or jfs

comment:2 by salimasan, 13 years ago

Our c partition is FAT.
We can not leave FAT filesystem for legacy reasons.
We consider installing new logical drive installed HPFS on it. Then install JDK on this new HPFS logical drive. This is possible on OS/2 I guess ?
Thanks for your help..

comment:3 by Silvan Scherrer, 13 years ago

Resolution: wontfix
Status: newclosed

yes you can install a logical drive and format it with JFS or HPFS.
But FAT is not supported.

Note: See TracTickets for help on using tickets.