I am writing code for an animation program and I have a problem. I need to set up core dumping. NetBeans is saying this: Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
What do I do to start core dumping? Is there anything in terminal or at the string args[]?
Note: The program fails to run completely, so I do not know what is occurring.