H
Hemantha
Hi,
I am trying to define a large array of float type. Unfortunately, the
java source file size comes to around 20MB. Due to this, the compiler
promts an error "java.lang.outofMemory" and does not allow to compile
it. Does anyone know any solution to this problem? There is no problem
in alloacating memory for the array, but it is simply because of the
file size.
Thanks,
Hema
I am trying to define a large array of float type. Unfortunately, the
java source file size comes to around 20MB. Due to this, the compiler
promts an error "java.lang.outofMemory" and does not allow to compile
it. Does anyone know any solution to this problem? There is no problem
in alloacating memory for the array, but it is simply because of the
file size.
Thanks,
Hema