Maximum File Size - 2GB?
Does java have a formal maximum file size for java.io.File?
Somewhere along the way here where I work we started assuming it was 2GB, is that accurate?
Our customer output files are starting to get in the neighborhood of 2GB, and management wants a plan.
Do 64-bit JDKs support larger files?
Does the max file size depend on JDK vendor?
Is there a way to get 32-bit JDKs to open say 5-6GB files?

