File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Meaning of the error message in OutOfMemoryError Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Meaning of the error message in OutOfMemoryError" Watch "Meaning of the error message in OutOfMemoryError" New topic
Author

Meaning of the error message in OutOfMemoryError

Neelesh A Korade
Greenhorn

Joined: Jun 07, 2007
Posts: 26
Hi All
I am getting following error when I run my application-



I am trying to understand what Object size and Num elements here mean. Does it mean it failed to allocate an array of 8192 elements each of size 16400 bytes?

Thank you
Neelesh
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Meaning of the error message in OutOfMemoryError
 
Similar Threads
arrays are like strings which are objects!
Array Basics
SFTP in Java
Why Below Code Is Compile And Executes Successfully.
OutputStream implementation