We are running a java application under java 1.6.0_13. When it crashes it creates the normal hs_err_pid file. I don\'t want this file created even if the application crashes. Is there a way on the jav
I\'m currently having some issues with a Java application I\'m developing. Namely the JVM is crashing with a segfault. I\'m trying to locate the hs_err.log file which should contain some helpful info
There are a lot of ways to store site preferences in database. But what if I need to manage datatypes. So some preferences will be boolean, others strings, others integers.