java prints the following error message during open a large file (approx. 3Gb):
java.io.FileNotFoundException: large.file (Value too large for defined data type)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at opentest.main(opentest.java:10)
Test and script to reproduce the bug are attached,
konstantin.boudnik@eng 2000-07-06
java.io.FileNotFoundException: large.file (Value too large for defined data type)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at opentest.main(opentest.java:10)
Test and script to reproduce the bug are attached,
konstantin.boudnik@eng 2000-07-06
- relates to
-
JDK-4203706 java.io.File.length does not work on large files (solaris)
-
- Resolved
-