|
Hello, I am reading a *SRC file using the java.io.File and java.io.FileInputStream. I am reading files up to 1.5 GB without any problems. However, files of 2 GB or higher do not get past the exist() check. The code is quite simple: String fileName = '/qsys.lib/MYLIB.lib/MYFILE.file/MYFILE.mbr'; File file = new File(fileName); if (!file.exists()) { // File does not pass this check throw new LPException("File does not exist."); } Anyone have an idea what is causing this limitation and how to resolve it? Thanks. Rob van der Horst
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.